a simple particle physics sandbox in C++
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
504 B

3 years ago
3 years ago
<video autoplay="" loop="" width="100%">
<source src="https://alistairmichael.com/media/particles.mp4" type="video/mp4">
</video>
3 years ago
3 years ago
[![Display Video](https://alistairmichael.com/media/particles.gif)](https://alistairmichael.com/media/particles.mp4 "Video")
3 years ago
## Controls:
Use numbers to select the particle to place.
(1)
: Sand
(2)
: Water
(3)
: Steam
(4)
: Lava
Use the scroll wheel to change the place-tool size.
## Compilation
Requires libSDL2, and has only been tested on Fedora using GCC.