rsgit /imwebA hyper-hyperfast web frontend for git repositories written in Rust.

Dear ImGui + ImPlot + WebGui

Latest commits
CommitMessageAuthorDate
cec1632d78Fixed build after ImGui / ImPlot upgradeToni Uhlig2 months ago
2b9168d5e3Merge commit '7f72a04a4fc2f38a46f69e86403f0e56cbadbaab'Toni Uhlig2 months ago
0b85b74915Merge commit '7b528333b1417e6007bfd6a5aa656f40703a7b9f'Toni Uhlig2 months ago
7f72a04a4fSquashed 'implot/' changes from 18758e23..d65a2befToni Uhlig2 months ago
6e08e8d44aFixed missing CXX headerToni Uhlig2 months ago

→ full history

Branches
NameTargetSubjectDate
maincec1632d78Fixed build after ImGui / ImPlot upgrade2 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.