A simple sandBox with boids.
I recommend to use pip to install the requirements:
pip install requirements.txt
Launch the file main.py will open an empty window. Click on the window to make a boid appear at your mouse position.
You can press space to activate the debug mode.
- pyglet - Python library for developing games and other visually-rich applications
- Arthur LANG - Initial work - LangArthur