Fluid-Simulation-Monochrome/README.md

11 lines
512 B
Markdown
Raw Normal View History

2022-10-26 18:04:24 +02:00
# Fluid-Simulation-Monochrome
2022-10-26 18:12:26 +02:00
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