Testing-PyRay/README.md

12 lines
300 B
Markdown
Raw Permalink Normal View History

2024-07-03 12:21:41 +00:00
# A fluid simulation
2024-07-03 12:16:21 +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
TODO:
[ ] Draw a particle on screen.
[ ] Move the particle on the screen.
[ ] Draw several particles on screen.
[ ] Manage collisions of particles.
[ ] Implement liquid physics.