(WIP)
Boids simulation (http://www.red3d.com/cwr/boids/).
It is not ideal to use python for high demanding graphics, and lets not say for simulations. I found a decent setup by combining
pyglet for the graphics, imgui for the user interface and numba to speed up the calculations. Tested on M1 through rosetta 2.
The boids simulation does not seem to match completely the expected behaviour. More work is needed there.
Create conda environment:
conda env create -f environment.yml
conda activate graphicsRun main script:
python main.py