Skip to content

libclsph/libclsph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4cdf18f · Sep 13, 2015

History

91 Commits
May 7, 2015
Sep 12, 2015
Apr 15, 2014
Sep 12, 2015
Aug 1, 2015
Aug 1, 2015
Apr 24, 2014
Aug 1, 2015
Sep 12, 2015
Aug 9, 2015
Sep 12, 2015
Apr 20, 2014
Aug 27, 2015
Nov 29, 2013

Repository files navigation

libclsph

An OpenCL based GPU accelerated SPH fluid simulation library

Can I see it in action?

Demo #1
Demo #2

Why?

Libclsph was created to explore the possibilty of using the power of OpenCL to speed up the simulation of SPH fluid mechanics.

Smoothed particle hydrodynamics is a fluid simulation technique that can be used to produce realistic simulations for animation,CGI or videogames.

How ?

Libclsph uses C++11 and OpenCL to run simulations. Results are exported using industry standards and can then be used in programs like houdini. Simulation properties can be easily modified by the user.

Getting started

Be sure to visit the wiki for more information and detailed instructions on how to get started.

Libraries used

  • picojson is used to load simulation properties from files.
  • cereal is used for all serialization needs.
  • partio is used to import/export particle data.
  • tinyobjloader is used to load geometry in obj format.

About

OpenCL based GPU accelerated SPH fluid simulation library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages