Releases: JaedanC/pygui
Releases · JaedanC/pygui
pygui.windows.v1.3
Breaking changes:
push_style_color_im_vec2removed. Consolidated underpush_style_colorpush_style_var_im_vec2removed. Consolidated underpush_style_var- All other
push_idfunctions removed.push_idnow takes in a python object and uses python'shash()function to callImGui_PushIDInt
Features:
- More struct members available. See
__init__.pyi
pygui.windows.v1.2
- Even more functions added
- Custom ImGui Assertion
pygui.windows.v1.1
- Uses Dear Bindings instead of cimgui for the API generation.
__init__.pyiincludes comments now for easier API use- Bugs fixes.
- More functions implemented.
pygui.windows.v1.0
pip install glfw PyOpenGLA portable module that can be imported into your project. See app.py for a minimal example.
import pygui
...