Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.61 KB

File metadata and controls

26 lines (18 loc) · 1.61 KB

Sandbox Flooding

This repository contains the source code of a demo project that simulates flooding in a sand box.

<iframe src="https://player.vimeo.com/video/184339357" width="320" height="240" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

The major part of the repository is an OpenCL implementation of Shallow Water Equation (SWE) using the Smoothed Particle Hydrodynamics (SPH) method.

Becuase the dependent libraries, the FLAT (Flat Libral Art Toolkit) and "SeeYourMusic" , are not publicly available, you can NOT build the demo successfully. However, I think the source code itself is still be useful to someone who want to implement SPH in OpenCL.

Links

License

MIT