Skip to content

tilmanmoser/fishtank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fish Tank

An aquarium application that imports self-painted fish from photo or webcam and animates them in a swarm that follows the rules of the flocking boids algorithm. Image recognition was implemented with opencv and aruco markers.

Installation

Requirements:

  • python3 >= 3.9
  • ffmpeg
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt

Run

source .venv/bin/activate
python main.py

Key bindings

  • c: Capture drawing from webcam
  • f: Feed fishes
  • m: Mute/Unmute
  • w, a, s, d: Move submarine

Adding fishes to the fish tank

You can print out temaplates and colorize them as you like.

To import your drawings into the fish tank, make sure the programm is running and then

  • place a photo of your drawing (jpg or png) into data/inbound or
  • press c to use the computer's camera for import

Licence(s)

Software / Source Code

Copyright 2024, Tilman Moser

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Resources

Video by KiFoKu

Audio by GioeleFazzeri

Fishes from https://freesvg.org/ (CC0)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages