Eduardo Cueto-Mendoza 1a51d67a52 | ||
---|---|---|
LICENSE | ||
README.md | ||
main.py |
README.md
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.