Skip to content

Emscripten usage with cmake to generate html webpage from glfw3 application.

Notifications You must be signed in to change notification settings

siposcsaba89/emscripten-glfw3-cmake-test

Repository files navigation

Emscripten glfw3 example

Tested on MSVC14 and Emscripten for windows.

Building with Emscripten

cmake .. -DCMAKE_TOOLCHAIN_FILE=$EMSCRIPTEN/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" -DCMAKE_MAKE_PROGRAM="mingw32-make.exe"

About

Emscripten usage with cmake to generate html webpage from glfw3 application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published