Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Interactive Manuals

Dear ImGui Explorer

Dear ImGui Manual lets you explore all the widgets and features of Dear ImGui, with live examples and the corresponding python or C++ code. It is built using Dear ImGui Bundle.

A screenshot of Dear ImGui Explorer, showing how to use a widget together with the related python code

Dear ImGui Bundle Explorer

Dear ImGui Bundle Explorer lets you explore the features of Dear ImGui Bundle in your web browser.

Pay attention to the “Demo Apps” tab, which contains many examples built with Dear ImGui Bundle. You can read the documentation, run the demos, and even view the source code (in C++ and Python) directly from the manual!

A screenshot of ImGui Bundle Explorer, showing how to open example apps and show their source code

Online Python playground

With this online playground, you can edit and run imgui apps in the browser, without installing anything.

A browser window showing the playground: to the right an interactive demo of the butterfly effect using a 3D plot, and to the left the python code that creates it.