https://github.com/dheerajshenoy/fluid-cpp-simple
A Simple fluid simulation written in C++
https://github.com/dheerajshenoy/fluid-cpp-simple
Last synced: 8 months ago
JSON representation
A Simple fluid simulation written in C++
- Host: GitHub
- URL: https://github.com/dheerajshenoy/fluid-cpp-simple
- Owner: dheerajshenoy
- License: gpl-3.0
- Created: 2024-09-25T06:41:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T03:19:44.000Z (10 months ago)
- Last Synced: 2025-01-23T04:20:06.135Z (10 months ago)
- Language: C
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fluid-cpp-simple
A Simple fluid simulation written in C++
# Demo
You can check out the web version over at [My website](https://dheerajshenoy.github.io/fluid-simple.html)
# Resources
1. [Mike Ash's Fluid Simulation for Dummies](https://mikeash.com/pyblog/fluid-simulation-for-dummies.html)
2. [The Coding Train youtube channel: Fluid Simulation](https://www.youtube.com/watch?v=alhpH6ECFvQ)