update readme

This commit is contained in:
indiana-dev 2022-10-26 18:12:26 +02:00
parent 496943a5bd
commit 2c1871279f
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# Fluid-Simulation-Monochrome
Implementation of Jos Stam's "Real Time Fluid Dynamics" paper on Casio Graph 35+/75
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