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.
 
 
 
omar 9c8671e7b0 Tables: Add empty file, skeleton. ago%!(EXTRA string=4 years)
..
Makefile Tables: Add empty file, skeleton. ago%!(EXTRA string=4 years)
README.md Rename example_emscripten/ to example_emscripten_opengl3/ (#3632) ago%!(EXTRA string=4 years)
main.cpp Rename example_emscripten/ to example_emscripten_opengl3/ (#3632) ago%!(EXTRA string=4 years)
shell_minimal.html Rename example_emscripten/ to example_emscripten_opengl3/ (#3632) ago%!(EXTRA string=4 years)

README.md

How to Build

How to Run

To run on a local machine:

Obsolete features:

  • Emscripten 2.0 (August 2020) obsoleted the fastcomp backend, only llvm is supported.
  • Emscripten 1.39.0 (October 2019) obsoleted the BINARYEN_TRAP_MODE=clamp compilation flag which was required with version older than 1.39.0 to avoid rendering artefacts. See #2877 for details. If you use an older version, uncomment this line in the Makefile: #EMS += -s BINARYEN_TRAP_MODE=clamp