Dear ImGui + ImPlot + WebGui
Latest commits
| Commit | Message | Author | Date |
|---|---|---|---|
| cec1632d78 | Fixed build after ImGui / ImPlot upgrade | Toni Uhlig | 2 months ago |
| 2b9168d5e3 | Merge commit '7f72a04a4fc2f38a46f69e86403f0e56cbadbaab' | Toni Uhlig | 2 months ago |
| 0b85b74915 | Merge commit '7b528333b1417e6007bfd6a5aa656f40703a7b9f' | Toni Uhlig | 2 months ago |
| 7f72a04a4f | Squashed 'implot/' changes from 18758e23..d65a2bef | Toni Uhlig | 2 months ago |
| 6e08e8d44a | Fixed missing CXX header | Toni Uhlig | 2 months ago |
Branches
| Name | Target | Subject | Date |
|---|---|---|---|
| main | cec1632d78 | Fixed build after ImGui / ImPlot upgrade | 2 months ago |
README
What?
A fusion of Dear Imgui, Implot and WebGui. My use cases: nDPId and my Cheat SDK.
Build and Run (emscripten)
To create JS/WASM output compatible with modern web browsers, emscripten is used as CC/CXX wrapper.
Using helper scripts to build a native/emscripten version
./build.sh
./run.sh
Using CMake
mkdir ./my-build-dir && cd ./my-build-dir
cmake -DCMAKE_TOOLCHAIN_FILE:-/usr/lib/emscripten/cmake/Modules/Platform/Emscripten.cmake ..
cmake --build .
make run
But Toni, I do not have emscripten installed. Can I still run this crap?
Sure. As of the nature on how emscripten works, you're still able to compile&run C++ applications natively w/o any web browser.