-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Firstly, I would like to say I really appreciate this project, it is extremely helpful!
Describe the issue
When opening the online demo (by clicking the bird), and navigating to the Dear ImGui tab, an 'imgui_demo - code' window will appear on the right side of the screen.
(online demo)
However, if I launch the demo locally, the mentioned window showing the demo code is no longer present.
I did make sure to delete the .ini configuration file that is automatically generated by ImGui to avoid configuration errors.
(local demo)
Version & Platform
Mention
- Dear ImGui Bundle version: 1.92.4
- The platform I am on: Windows 11 25H2, OS build: 26200.6901
- The language I am using: Python 3.10.11 with the Poetry package manager (and with pip).
Note: I experienced the same issue on a different computer using Windows 10, running Python 3.10.5 (with Poetry).
Minimal reproducible example
Python code:
from imgui_bundle.demos_python.demo_imgui_bundle import main
main()I did read the documentation and tried making sure I am not misunderstanding.
I apologize if this is a mistake on my end and not an actual issue.