Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 310 Bytes

ParticleSim

Particle simulation with collision detection written in SDL2 with Netwonian methods

to run

  • 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