Skip to content

hamza-Algohary/Exploding-Particle-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploding Particle Simulation

Simple program to display an explosion

Building

make sure that g++ and SDL2 are installed on your system , then run:

g++ main.cpp screen.cpp swarm.cpp particle.cpp -o explosion `sdl2-config --cflags --libs` -lSDL2 -lSDL2_mixer -lSDL2_image -lSDL2_ttf

explosion-gif

About

Simple program to display an explosion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages