An open API service indexing awesome lists of open source software.

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++ :)

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)