Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 353 Bytes

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.