12 lines
300 B
Markdown
12 lines
300 B
Markdown
# A fluid simulation
|
|
|
|
Trying to implement a visualization for a fluid simulation. Using the python bindings for Raylib.
|
|
|
|
TODO:
|
|
|
|
[ ] Draw a particle on screen.
|
|
[ ] Move the particle on the screen.
|
|
[ ] Draw several particles on screen.
|
|
[ ] Manage collisions of particles.
|
|
[ ] Implement liquid physics.
|