https://github.com/zedseven/fluid-engine-development
Code based on the book Fluid Engine Development, by Doyub Kim. Done in Rust instead of C++.
https://github.com/zedseven/fluid-engine-development
fluid-engine learning rust
Last synced: 11 months ago
JSON representation
Code based on the book Fluid Engine Development, by Doyub Kim. Done in Rust instead of C++.
- Host: GitHub
- URL: https://github.com/zedseven/fluid-engine-development
- Owner: zedseven
- License: mit
- Created: 2021-09-18T15:07:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T19:03:18.000Z (over 1 year ago)
- Last Synced: 2025-03-06T20:14:25.180Z (over 1 year ago)
- Topics: fluid-engine, learning, rust
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Fluid Engine Development
Code based on the book [Fluid Engine Development](https://fluidenginedevelopment.org/), by Doyub Kim.
This is just my repo for code written while reading the book. Not really designed for public consumption,
but I figured there was no reason to make it private.
Done in Rust instead of C++. 🦀