Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m0rl/emgui

Emscripten + Dear ImGui
https://github.com/m0rl/emgui

cpp17 emscripten webgl

Last synced: 6 days ago
JSON representation

Emscripten + Dear ImGui

Awesome Lists containing this project

README

        

Build example with:

```sh
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$EMSCRIPTEN/cmake/Modules/Platform/Emscripten.cmake ..
cmake --build . --target example
```

And then drop `index.html` and `index.js` into any http server folder
(or run `python -m http.server` in the example folder)