Implementation of Jos Stam's "Real Time Fluid Dynamics" paper on Casio Graph 35+/75
Go to file
indiana-dev 2c1871279f update readme 2022-10-26 18:12:26 +02:00
assets-cg initial commit 2022-10-26 18:07:04 +02:00
assets-fx initial commit 2022-10-26 18:07:04 +02:00
src initial commit 2022-10-26 18:07:04 +02:00
.gitignore initial commit 2022-10-26 18:07:04 +02:00
CMakeLists.txt initial commit 2022-10-26 18:07:04 +02:00
LICENSE Initial commit 2022-10-26 18:04:24 +02:00
README.md update readme 2022-10-26 18:12:26 +02:00

README.md

Fluid-Simulation-Monochrome

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