Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benmoran56/frost


https://github.com/benmoran56/frost

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

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.