All Projects → ArthurSonzogni → FluidScripten

ArthurSonzogni / FluidScripten

Licence: MIT license
HTML fluid simulation using Emscripten, C++, cmake.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Fluid Emscripten

C++ fluid simulation compiled in javascript with emscripten.

Play Demo

This demo could be a starting point for learning how to setup Emscripten and OpenGL for you graphics applications. Fork it !

Building :

source ~/***/emsdk_set_env.sh
cd build
cmake -DCMAKE_CXX_COMPILER=em++ .. && make
firefox FluidScripten.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].