1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-09-24 03:28:33 +02:00
imgui/examples/example_emscripten
2020-10-14 14:42:00 +02:00
..
main.cpp Moving backends code from examples/ to backends/ (step 6: update markdown documentation) 2020-10-14 14:42:00 +02:00
Makefile Moving backends code from examples/ to backends/ (step 3: fixing project files) 2020-10-14 14:41:40 +02:00
README.md Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency. 2020-10-12 17:54:52 +02:00
shell_minimal.html emscripten: replace shell_minimal.html with 'soft fullscreen' version 2019-04-17 11:59:26 +02:00

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