Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 431 Bytes

File metadata and controls

14 lines (11 loc) · 431 Bytes

Note

The pyglet3 branch tracks the upcoming pyglet v3.0 release.

Frost

Frost is a very limited widget library for pyglet.

It provides a Frame object, to which you can add an assortment of button and slider Widgets. All Widgets use the pyglet event framework, allowing you to easily hook value changes into your game objects.

Usage

Please see demo.py in the repository for usage examples.