https://github.com/ayaankhan98/particle-explosion
Creating a simple particle explosion using C++ SDL API
https://github.com/ayaankhan98/particle-explosion
particle-simulation sdl2
Last synced: about 1 year ago
JSON representation
Creating a simple particle explosion using C++ SDL API
- Host: GitHub
- URL: https://github.com/ayaankhan98/particle-explosion
- Owner: ayaankhan98
- License: mit
- Created: 2020-04-28T18:35:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T11:18:04.000Z (over 5 years ago)
- Last Synced: 2025-02-06T03:40:01.349Z (over 1 year ago)
- Topics: particle-simulation, sdl2
- Language: C++
- Homepage:
- Size: 3.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Particle-Explosion
[](https://app.codacy.com/manual/ayaankhan98/Particle-Explosion?utm_source=github.com&utm_medium=referral&utm_content=ayaankhan98/Particle-Explosion&utm_campaign=Badge_Grade_Dashboard)
Creating a simple particle explosion using C++ SDL API
## Requirements to run on Local Machine
- g++ 7.5.0
- SDL2.0 C++ API
`sudo apt-get install libsdl2-dev`
- `make`
- `./run`
you can play around this by tweaking the motion of particles
## Preview

## Have Fun!
By just changing the various mathematical functions used such as `sine`, `cosine` ,`tangent` etc you can create different patterns.
such as

