Skip to content

Releases: JaedanC/pygui

pygui.windows.v1.3

03 May 06:06

Choose a tag to compare

Breaking changes:

  • push_style_color_im_vec2 removed. Consolidated under push_style_color
  • push_style_var_im_vec2 removed. Consolidated under push_style_var
  • All other push_id functions removed. push_id now takes in a python object and uses python's hash() function to call ImGui_PushIDInt

Features:

  • More struct members available. See __init__.pyi

pygui.windows.v1.2

28 Apr 06:00

Choose a tag to compare

  • Even more functions added
  • Custom ImGui Assertion

pygui.windows.v1.1

19 Apr 00:22

Choose a tag to compare

  • Uses Dear Bindings instead of cimgui for the API generation.
  • __init__.pyi includes comments now for easier API use
  • Bugs fixes.
  • More functions implemented.

pygui.windows.v1.0

04 Apr 06:22

Choose a tag to compare

pip install glfw PyOpenGL

A portable module that can be imported into your project. See app.py for a minimal example.

import pygui

...