Currently has no optimization, will be optimized in future.
To compile and run the simulation, use in the project directory itself. No need to cd into src
cmake -G "Ninja" -S . -B build
cd build
ninja
.\main.exeNote: Raylib is developed by raysan5. check Raylib on github