Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

chris-cooper/fluid-musings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluid-musings

This is a collection of (at least one) fluid algorithm examples developed with the following goals...

  • html5
  • mostly self contained (minimal dependencies)
  • functional programming style (mostly)

It has been open sourced in the hope that it might be useful to others. Please log an issue or PR if you see implementation errors!

Particle-based Viscoelastic Fluid Simulation

This is a simple to implement SPH technique that uses a Verlet style integrator to improve stability. You can improve stability further by introducing a varying time step. It also incorporates spatial hashing for fast searching for neighbouring particles within a radius. Tools based on this technique were used in this sequence from Legend of the Guardians: The Owls of Ga'Hoole.

About

A collection of at least one fluid algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published