Skip to content

Experimental implementation of Smoothed Particle Hydrodynamics (SPH) for interactive fluid simulations on the Web.

Notifications You must be signed in to change notification settings

nbasargin/WebSPH

Repository files navigation

WebSPH

This project aims to bring an interactive fluid simulation based on the Smoothed Particle Hydrodynamics (SPH) method to the web.

Web demo

A running simulation can be tested here: http://websph.azurewebsites.net/

How to run locally

  1. You need following software installed:
  • Git
  • Node.js with npm
  • Yarn
  1. Clone this repository with git clone https://github.com/nbasargin/WebSPH.git
  2. Install dependencies with yarn install
  3. Build the project with npm run buildNew, the generated code will be saved in the dist folder
  4. Open dist/index.html in browser

About

Experimental implementation of Smoothed Particle Hydrodynamics (SPH) for interactive fluid simulations on the Web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages