2024-07-03 12:21:41 +00:00
|
|
|
# A fluid simulation
|
2024-07-03 12:16:21 +00:00
|
|
|
|
2024-07-03 12:28:38 +00:00
|
|
|
Trying to implement a visualization for a fluid simulation. Using the python bindings for Raylib.
|
2024-07-03 12:21:41 +00:00
|
|
|
|
2024-07-03 12:28:38 +00:00
|
|
|
TODO:
|
|
|
|
|
|
|
|
[ ] Draw a particle on screen.
|
|
|
|
[ ] Move the particle on the screen.
|
|
|
|
[ ] Draw several particles on screen.
|
|
|
|
[ ] Manage collisions of particles.
|
|
|
|
[ ] Implement liquid physics.
|