https://github.com/programordie2/euler-fluid-animation
https://github.com/programordie2/euler-fluid-animation
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programordie2/euler-fluid-animation
- Owner: programORdie2
- License: mit
- Created: 2025-03-02T19:52:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T19:56:54.000Z (11 months ago)
- Last Synced: 2025-04-03T02:34:08.227Z (10 months ago)
- Language: TypeScript
- Homepage: https://programordie2.github.io/Euler-Fluid-Animation/
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wind Tunnel
A simple [Euler fluid simulation](https://en.wikipedia.org/wiki/Euler_equations_(fluid_dynamics)) that looks like a wind tunnel, built using [TypeScript](https://www.typescriptlang.org/) and [Vite](https://vitejs.dev/).
[Demo](https://programordie2.github.io/Euler-Fluid-Animation/)
## Running locally
1. Clone the repository
2. Install dependencies with `npm install`
3. Run `npm run dev`
4. Open [http://localhost::5173/Euler-Fluid-Animation/](http://localhost::5173/Euler-Fluid-Animation/) in your browser
## Controls
- "p" to pause/unpause
- "m" to step the simulation one frame
## License
MIT License, see [LICENSE](LICENSE) for more information.