Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
Funto 75d540d336 Example: Emscripten: Fix for compilation (filesystem module is required) (#2734) ago%!(EXTRA string=6 years)
..
Makefile Example: Emscripten: Fix for compilation (filesystem module is required) (#2734) ago%!(EXTRA string=6 years)
README.md Adding standalone Emscripten example. ago%!(EXTRA string=6 years)
main.cpp Synced/merged minor cruft from docking branch to minimize drift. AFAIK the only meaningful no-op change is that the call UpdateHoveredWindowAndCaptureFlags() was moved above UpdateMouseMovingNewFrame() to match what docking branch has been doing for a while. ago%!(EXTRA string=6 years)
shell_minimal.html emscripten: replace shell_minimal.html with 'soft fullscreen' version ago%!(EXTRA string=6 years)

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