Particle simulation with collision detection written in SDL2 with Netwonian methods
- make sure you have SDL2 installed
#For Ubuntu
sudo apt-get install libsdl2-dev
#For Arch based distros
sudo pacman -S sdl2
- compile and run after
chmod +x run.sh
./run.sh