imgui

FORK: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
git clone https://git.neptards.moe/neptards/imgui.git
Log | Files | Refs

README.md (554B)


      1 
      2 # How to Build
      3 
      4 - You need to install Emscripten from https://emscripten.org/docs/getting_started/downloads.html, and have the environment variables set, as described in https://emscripten.org/docs/getting_started/downloads.html#installation-instructions
      5 
      6 - Depending on your configuration, in Windows you may need to run `emsdk/emsdk_env.bat` in your console to access the Emscripten command-line tools.
      7 
      8 - Then build using `make` while in the `example_emscripten_wgpu/` directory.
      9 
     10 - Requires Emscripten 2.0.10 (December 2020) due to GLFW adaptations