From 1ecdb341ab421e2eb65507b320ffad91dcb07fca Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Tue, 12 Aug 2014 23:14:25 +0430 Subject: [PATCH] Libclsph --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bac0f2c..5ed24ac 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Boost.Compute](https://github.com/kylelutz/compute) - A C++ GPU Computing Library for OpenCL. * [Bolt](https://github.com/HSA-Libraries/Bolt) - A C++ template library optimized for GPUs. * [Intel TBB](https://www.threadingbuildingblocks.org/) - IntelĀ® Threading Building Blocks. +* [Libclsph](https://github.com/libclsph/libclsph) - An OpenCL based GPU accelerated SPH fluid simulation library. * [OpenCL](https://www.khronos.org/opencl/) - The open standard for parallel programming of heterogeneous systems. * [OpenMP](http://openmp.org/) - The OpenMP API. * [Thrust](http://thrust.github.io/) - A parallel algorithms library which resembles the C++ Standard Template Library (STL). @@ -232,7 +233,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [cml](http://cmldev.net/) - free C++ math library for games and graphics. * [Eigen](http://eigen.tuxfamily.org/index.php) - C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. - ## Mocking * [googlemock](http://code.google.com/p/googlemock/) - A library for writing and using C++ mock classes.