https://github.com/peterajhgraham/particle_simulation
A Basic Particle Simulation in C++ :)
https://github.com/peterajhgraham/particle_simulation
particle-physics particle-simulation
Last synced: about 1 year ago
JSON representation
A Basic Particle Simulation in C++ :)
- Host: GitHub
- URL: https://github.com/peterajhgraham/particle_simulation
- Owner: peterajhgraham
- License: mit
- Created: 2024-08-29T16:12:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T16:32:58.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T00:58:49.386Z (about 1 year ago)
- Topics: particle-physics, particle-simulation
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Particle Simulation
### Compile and run this simulation with SFML
Download SMFL based on your OS, then you can run
```
g++ -c main.cpp
g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system
```
### Run it with
```
./particle-sim
```
### Enjoy! (click on the screen to see what happens)