You can try MagnumImGui here here.
You need Magnum and imgui installed on your machine.
For Magnum follow official documentation.
For imgui we provide a cmake file to build and install imgui, instructions
You can get all prerequisites with vcpkc
by simply executing
vcpkg install magnum imgui
Just simply
mkdir build; cd build;
cmake ..
make
See the example.
- Keyboard input does not work when compiled for web.