Gravity Simulator for Particles and Gravity Sources with collision system made using SFML library in C++. It provides 5 scenes - testing accuracy of collision implementation, test scene with totally random particles movement and three custom scenes.
- C++17
- SFML
Project is built using CMake with version at least 3.5
W
- Window WidthH
- Window HeightFPS
- Frame Rate LimitMAX_VEL
- Maximum velocity for random velocity generatorMIN_VEL
- Minimum velocity for random velocity generatorMAX_POS
- Maximum position for random position generatorMIN_POS
- Minimum position for random position generatorPARTICLES_NUM
- Number of Particles in simulation