From 2c1871279f83d3a13e32c425ecdebcd8b2312988 Mon Sep 17 00:00:00 2001 From: indiana-dev Date: Wed, 26 Oct 2022 18:12:26 +0200 Subject: [PATCH] update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 835aadc..4f7cfe0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # Fluid-Simulation-Monochrome -Implementation of Jos Stam's "Real Time Fluid Dynamics" paper on Casio Graph 35+/75 \ No newline at end of file +Implementation of Jos Stam's "Real Time Fluid Dynamics" paper on Casio Graph 35+/75 + +Code structure (do not reproduce at home): +- **src/main.c** : app entry point and main loop +- **src/fluid64x64.c** : fluid simulation algorithm optimized for a 64x64 grid +- **src/fluid128x64.c** : fluid simulation algorithm optimized for a 128x64 grid +- **src/menu.c** : main menu, help menu, settings menu & color menu +- **src/defines.h** : constants, fixed point utilities and global variables