Written some simple objectives for the project
This commit is contained in:
parent
f520f8ff6f
commit
1a51d67a52
10
README.md
10
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue