Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benmoran56/frost
https://github.com/benmoran56/frost
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benmoran56/frost
- Owner: benmoran56
- Created: 2020-02-04T03:29:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T14:12:01.000Z (about 2 years ago)
- Last Synced: 2024-10-10T22:25:23.426Z (3 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.