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

https://github.com/rhidra/fluid-simulation

A small fluid simulation experiment with WebGL
https://github.com/rhidra/fluid-simulation

fluid-simulation pet-project physics shaders simulation vanilla-javascript webgl webpack

Last synced: 12 months ago
JSON representation

A small fluid simulation experiment with WebGL

Awesome Lists containing this project

README

          

fluid-simulation
================
[Live demo](https://rhidra.github.io/fluid-simulation)

A small fluid simulation experiment using WebGL and Webpack.

To run the project in development:

```shell script
npm install
npm start
```