Metadata-Version: 2.3
Name: asyncimgui
Version: 0.2.0
Summary: This package is a wrapper around `imgui-bundle` to make it easier to use within an async app. 
Requires-Dist: imgui-bundle>=1.92.5
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# asyncimgui
This package is a wrapper around `imgui-bundle` to make it easier to use within an async app. 
There's also some additional helper methods to help with setup.

This package is still mostly an experimental prototype. If you need something stable you should probably just take a look at the code itself and take what you need.