All my source code is in main.cpp and particle.h.
The entire repo is a VSCode project, so you can also open this with VSCode.
This project uses the raylib library. Go to https://www.raylib.com/ for more info.
Apart from a C/C++ compiler the following software needs to be installed for building with CMake:
- raylib 5 or later
- run
make allin the project directory - run the executable "raylib-particle-simulator" from the "build" folder in the project directory