WillyJL
WillyJL
Ok, I've spent way too long on this and I can't get any further than this: The issue with `TypeError: 'NoneType' object is not callable` was a compiler option, just...
> I think such a solution would be preferred as there is no user code being skipped without being explicitly skipped as intended. There probably is a way to couple...
> There probably is a way to couple those two context managers together and have something like: > > ```python > with imgui.strict_begin_popup_modal(""): > # This would only happen popup.opened...
I made an all in one helper class that doesn't rely on pygame and also supports animated (GIF) images and also glob patterns. More details here https://github.com/pyimgui/pyimgui/issues/282#issuecomment-1127963181
Guess I'll give my input since I've been dealing with this for the past few months with imgui and also a while before with qt. I recently rewrote [an app...
I hope this is the right place to pitch this idea. Something I believe would be very beneficial to pyimgui is a simple way for average users to share their...
## Simple File Picker Image Preview (default):  Gif Preview (with Material Design Icons and rounding):  Windows support with drive selection:  ### Functionality - Single click = highlight...
## Image Helper Example:  ### Functionality - Load images easily - Lazy loading (initialize whenever, load when first shown) - Animated images support (including GIFs) - Rendering optimizations (doesn't...
## Simple Rating Widget Example:  ### Functionality - Familiar star rating design - Custom star count - Click on current value to reset to 0 ### Usage - Very...
## Smooth scrolling and scroll multiplier Example: ### Functionality - Enabled globally - Scroll multiplier - Smooth scrolling - Customizable smooth scrolling speed - Framerate independent ### Usage - Scroll...