From 1a51d67a52efb400a6d6cee3efd8468083eb9026 Mon Sep 17 00:00:00 2001 From: TastyPancakes Date: Wed, 3 Jul 2024 13:28:38 +0100 Subject: [PATCH] Written some simple objectives for the project --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f480b0b..c4e62b9 100644 --- a/README.md +++ b/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.