https://github.com/gazeux33/particles-simulation
A simple particle simulation with SFML in c++
https://github.com/gazeux33/particles-simulation
cpp particle-physics particle-system sfml verlet-integration
Last synced: over 1 year ago
JSON representation
A simple particle simulation with SFML in c++
- Host: GitHub
- URL: https://github.com/gazeux33/particles-simulation
- Owner: Gazeux33
- Created: 2024-01-27T09:28:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T11:45:11.000Z (over 2 years ago)
- Last Synced: 2025-02-09T14:19:41.397Z (over 1 year ago)
- Topics: cpp, particle-physics, particle-system, sfml, verlet-integration
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Particles-Simulation
A simple particle simulation not taking into account the masses of the particles and interacting with a black hole located at the centre using the ***Verlet*** intregation for the calculation of the movements and using the ***SFML*** library for the display.
