Skip to content

A simple, elegant spiral partical simulation written in C++ rendered with SDL2.

License

Notifications You must be signed in to change notification settings

Krish120003/Spiral-Particle-System

Repository files navigation

Spiral Particle Simulation

Made in C++ using SDL2 to provide pixel-level graphics access.

Why?

I made this project as an experiment to learn C++ and explore the low level graphics API it provides.

How?

This implementation use simple trig equations with randomness to move around particles in an elegant spiral, cycling through different colors.

Running

To run this code, make sure you have an appropriate compiler, make and cmake installed. Then, you can run the following commands:

cmake .
make
./main

About

A simple, elegant spiral partical simulation written in C++ rendered with SDL2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published