West Rynes

Results 8 issues of 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 ![viewport_issue-2](https://user-images.githubusercontent.com/1454335/138869519-66bcf9ed-3e49-444f-b540-19a0db669e74.gif)...

priority: high
type: bug

**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...

type: improvement
category: textures
priority: high

## 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...

type: improvement
priority: high

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...

priority: high
type: bug

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...

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...