Dearcygui

Latest version: v0.0.12

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.11

New release on Pypi

New features:
- copy.copy() for shallow now works (deepcopy doesn't work).
- New item.copy() method for a partial deepcopy (shallow copy of fields, recursive deep copy of child tree)
- render_frame and other operations will now properly raise an error when run in a different thread to the one that created the context (this is not allowed by SDL as some platforms do not support it).
- Removal of STL objects in cython declarations, allowing stable ABI accross compilers Basically you can compile and use a subclass in Cython even if you don't use the compiler used for DearCyGui. This makes Cython subclassing and distribution of compiled cython extensions much more possible than before. In the future we will add some versioning to the ABI. It should not be considered stable yet. The replacements of the STL objects happen to be slightly faster or equivalent to the STL ones on all tested platforms.
- A few improvements to DrawTiledImage

Bug fixes:
- Fix missing mutex lock in Table clear()
- Fix Positioning object handling

0.0.10

New version 0.0.10 released on Pypi (pip install dearcygui --upgrade)
--------

There has been a lot of updates since 0.0.3 (note 0.0.4 through 0.0.9 were released on Pypi as well), but 0.0.10 marks the milestone that it should now work properly on MAC arm64 too (previous version got Windows x86 support as well). So now DearCyGui works on MAC, Window and Linux !

Among the changes since 0.0.3, one can notice:
- Much more complete plot support
- Support for tables
- Various fixes and new items
- DrawStream for timed presentation or looping animation
- DrawSVG to render svgs in real time.

0.0.3

Release v0.0.3.

Numerous improvements over v0.0.2.

The Cython subclassing API is not stable yet, but the Python API is more or less stable. Expect a few changes there and there in the next releases, but not much. Focus will be on the Cython API and new features.

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.