1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-17 20:37:20 +01:00
imgui/examples/example_emscripten
2020-08-18 12:27:40 +02:00
..
main.cpp Docs: Update fonts.md (#2861) + update all references to FONTS.txt 2020-06-09 16:56:48 +02:00
Makefile Examples: Emscripten: Demonstrating embedding fonts in Makefile and code. (#2953) [@Oipo] 2020-01-30 17:15:15 +01:00
README.md Update Emscripten readme about local XHR requests (#3412) 2020-08-18 12:27:40 +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

Obsolete features:

  • Emscripten 2.0 (August 2020) obsoleted the fastcomp back-end, 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