Skip to content

HTML fluid simulation using Emscripten, C++, cmake.

License

Notifications You must be signed in to change notification settings

johnBuffer/FluidScripten

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HTML fluid simulation using Emscripten, C++, cmake.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.0%
  • CMake 6.9%
  • CSS 5.3%
  • JavaScript 4.8%
  • HTML 3.0%