Raccoon

Results 7 issues of Raccoon

FYI: I came across another Python library that uses Miniaudio and offers similar functionality to PyMiniAudio. It's not as easy to pip install, but the functionality and API is quite...

Following up on this [question ](https://github.com/hoffstadt/DearPyGui/discussions/1792)and a brief discussion with Cothren on Discord, Cothren suggested that the following potential reason for relatively slow loading of images to textures. First, after...

state: pending

Placeholder bug report to make sure that https://github.com/Nuitka/Nuitka/issues/1534 is included in the DPG issue list. There is a separate DPG branche related to this issue. https://github.com/hoffstadt/DearPyGui/tree/nutika_fix

state: pending
type: bug

Hi, I'm with the Dear PyGui team and your image processing node editor looks absolutely amazing. I'd love to add it to the [Dear PyGui showcase](https://github.com/hoffstadt/DearPyGui/wiki/Dear-PyGui-Showcase). For that, I'd need...

**Bug description** Playing a short video file with Pyglet 2.0.8 using FFPMEG 6, the video plays fine. However, if the operating system viewport is closed by the user while the...

bug

Improve the font rendering for Windows specifically by using the following code. ```Python import ctypes # Include the following code before showing the viewport/calling `dearpygui.dearpygui.show_viewport` and set a bigger font...

enhancement

Hi, I noticed that you used Dear PyGui as your GUI for Raviewer. Raviewer looks like it could make a nice example app on the Dear PyGui Showcase (https://github.com/hoffstadt/DearPyGui/wiki/Dear-PyGui-Showcase). Would...