imgui/examples/example_emscripten
2019-04-15 17:18:31 +02:00
..
main.cpp Examples: Emscripten: Tweaks for size. (#2494) 2019-04-15 17:18:31 +02:00
Makefile Examples: Emscripten: Tweaks for size. (#2494) 2019-04-15 17:18:31 +02:00
README.md Adding standalone Emscripten example. 2019-04-13 22:39:42 +02:00
shell_minimal.html Examples: Emscripten: Fixed error in shell template. (#2494) 2019-04-15 01:46:34 +02:00

How to Build

em++ -I.. -I../.. main.cpp ../imgui_impl_sdl.cpp ../imgui_impl_opengl3.cpp ../../imgui*.cpp -s USE_SDL=2 -s USE_WEBGL2=1 -s WASM=1 -s FULL_ES3=1 -s ALLOW_MEMORY_GROWTH=1 -s BINARYEN_TRAP_MODE=clamp --shell-file shell_minimal.html -o example-emscripten.html