Written some simple objectives for the project

This commit is contained in:
Eduardo Cueto-Mendoza 2024-07-03 13:28:38 +01:00
parent f520f8ff6f
commit 1a51d67a52
1 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# A fluid simulation
Trying to implement a visualization for a fluid simulation.
Trying to implement a visualization for a fluid simulation. Using the python bindings for Raylib.
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.