DearPyGui
DearPyGui copied to clipboard
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
--- name: Pull Request about: Create a pull request to help us improve title: 'Fix for Issue 1848' assignees: @hoffstadt --- Close #1848 **Description:** The deactivation of always on top...
I'm currently using DPG for some side projects and I would love to have the posibility to add polar plots to my GUIs (since I work a lot with angles...
## Version of Dear PyGui Version: 16.3. Operating System: Win10 ## My Issue/Question dpg.always_on_top can't be disabled on windows A clear and concise description of what the issue/question is. Please...
**Is your feature request related to a problem? Please describe.** It is impossible to edit the file contents in `show_source()`. **Describe the solution you'd like** It would be great if...
## Version of Dear PyGui Version: 1.6.2 Operating System: Windows 10 ## My Issue/Question Function `dpg.get_plot_mouse_pos()` does not return coordinates with sufficient precision. The mouse position is [stored in the...
## Version of Dear PyGui Version: 1.6.3 (master@[9989e6f](https://github.com/hoffstadt/DearPyGui/tree/9989e6f184794901a4a59c2f8cf26e4724289d2e)) Operating System: Windows 10 ## My Issue/Question A tree node is not open by default with `default_open=True`. The option works as expected...
## Version of Dear PyGui Version: 1.6.3 Operating System: Windows 10 ## My Issue/Question When using `dpg.draw_image_quad`, `p3` and `p4` stay fixed w.r.t. the viewport. In `mvDrawings.cpp` L789 they are...
## Version of Dear PyGui Version: 1.6.2 Operating System: macOs Monterey 12.2.1 (M1) Python 3.10 Hi everyone, I have a python calculation code, for which I want to create a...
## Version of Dear PyGui Version: 1.6.2 Operating System: Windows 10 ## My Issue/Question I have noticed that when I display a texture the GPU usage in Task Manager is...
--- name: feat (mvFileDialog): cancel button callback about: A cancel button callback can be provided to `file_dialog()` as an optional keyword argument title: Cancel button callback assignees: @hoffstadt --- Fixes...