West Rynes
West Rynes
## Version of Dear PyGui Version: 1.0.2 Operating System: macOS 10.15.7 ## My Issue/Question Calling `set_primary_window` does not fill the viewport until you manually resize the viewport. ## Screenshots/Video ...
**Describe the solution you'd like** Currently textures appear to use linear interpolation by default. It would be great if we had the option to specify nearest neighbor interpolation as an...
## Version of Dear PyGui DPG Version: 1.1.3 OS: macOS-10.15.7-x86_64-i386-64bit ## My Issue/Question When using the `add_file_extension`, the color argument only appears to work if the basic single extension method...
Version: 1.0.2 Operating System: macOS 10.15.7 ## My Issue Custom loaded fonts appear somewhat blurry. This seems to be a regression from previous dearpygui versions 0.6 when loading fonts. I...
I noticed what might be a bug on the wrapping of the `BeginSubplots` function: From implot.h: ```C++ IMPLOT_API bool BeginSubplots(const char* title_id, int rows, int cols, const ImVec2& size, ImPlotSubplotFlags...
plotting python numpy data that is noncontiguous and using implot stride option don't seem to work
I noticed two potential issues: (or am just missing things) 1) It appears that the wrapping of the implot functions that take numpy arrays expect contiguous data. Would it be...
I'd just like to say what an amazing job you have done with this project @pthom. These are the best and most complete wrappings of Dear ImGui for python that...
python version: 3.11.9 If I run the below code on my windows machine, when I click the open file button it just hangs and then the app crashes. No diagnostic...