An online interactive manual for Dear ImGui
Dear ImGui is a fantastic Immediate Mode Graphical User interface for C++.
Click on the image to launch the manual
The playground uses gitpod.io an online IDE where you create your own ImGui test program with 5 lines of code. Click on the image below to launch it.
View a demo video on youtube
The code for this manual is available here.
It runs online via emscripten, but can run as well on desktop and mobile platforms (via hello_imgui)
See also a related demo for Implot, which also provides code navigation.