An open API service indexing awesome lists of open source software.

https://github.com/programordie2/euler-fluid-animation


https://github.com/programordie2/euler-fluid-animation

Last synced: 7 months ago
JSON representation

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.