tree: 6ade96102477f2513fa67a00f11216eebd54b235 [path history] [tgz]
  1. main.cpp
  2. Makefile
  3. README.md
  4. shell_minimal.html
examples/example_emscripten/README.md

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