DearPyGui
DearPyGui copied to clipboard
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
## Version of Dear PyGui Version: 1.11.2 Operating System: Windows ## My Issue/Question When a font is bound to `dpg.plot_axis`, the application immediately segfaults. This is caused by `ImGui::PopFont()` in...
## Version of Dear PyGui Version: 1.11 Operating System: Windows 10 ## My Issue/Question If `dpg.get_viewport_client_width/height` is called at application startup or in the first few frames, it reports outer...
**Is your feature request related to a problem? Please describe.** I am trying to use custom axis scales (e.g., square root scale) in Dear PyGui. This feature was added in...
**Is your feature request related to a problem? Please describe.** I find it hard (even impossible) to know if the main window/viewport is in maximized/minimized state with the current API....
**Description:** Lately this topic has been discussed more than usual (like [here](https://discord.com/channels/736279277242417272/1291192785608769536)) so I decided to make public what I've done some time ago. It's a simple and probably naive...
**Description:** As described in #2248 I've implemented a way to change mouse cursor when hovering widgets. As suggested by @v-ein I've added it as a paramter to `add_group`, but also...
When running the demo application (as detailed in #2387), if I resize the OS window before touching the DPG window, the DPG window gets completely unresponsive, and I can only...
Hello there The API add_theme_color supports color dict as input, but it doesn't work. Here is the code ``` import random import dearpygui.dearpygui as dpg dpg.create_context() with dpg.theme() as plot_theme:...
**Is your feature request related to a problem? Please describe.** I developed a beautiful interface on my normal computer using DPG, but now I want to use my code on...
Version: 1.11.1 Operating System: Windows 11 As a beginner in DearPyGui, I was trying demo ["application"]() promoted by official docs (section 1.3 Demo). Carefully studying and clicking all that is...