Go to file
2024-07-03 13:28:38 +01:00
LICENSE Testing raylib 2024-07-03 13:21:41 +01:00
main.py Testing raylib 2024-07-03 13:21:41 +01:00
README.md Written some simple objectives for the project 2024-07-03 13:28:38 +01:00

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.