GUI Library


A simple and easy to use library to assist in GUI element creation and event handling.

Internal
4 days ago
2.0
1.23K

Changelog

Version: 0.1.5
Date: 2025-10-07
  Features:
    - Made classed elements not require `self.elem.index`, instead just `self.index`
  Bugfixes:
    - Fixed drag_target erroring when given a classed element target
Version: 0.1.4
Date: 2025-10-04
  Bugfixes:
    - Fixed classed elements not being correctly saved in refs
    - Fixed not being able to add children to classed elements
Version: 0.1.3
Date: 2025-08-29
  Features:
    - Added new GLIB_CONFIG global for better control over event handling
Version: 0.1.2
Date: 2025-06-27
  Bugfixes:
    - Fixed crash with examples due to last version's method renames
Version: 0.1.1
Date: 2025-06-27
  Changes:
    - Renamed glib.add_handlers and glib.add_class to glib.register_handlers and glib.register_class
Version: 0.1.0
Date: 2025-06-24
  Features:
    - Initial release