https://github.com/lukems/pygsmanager
version 1.0, initial git-upload
https://github.com/lukems/pygsmanager
Last synced: 8 months ago
JSON representation
version 1.0, initial git-upload
- Host: GitHub
- URL: https://github.com/lukems/pygsmanager
- Owner: LukeMS
- License: lgpl-3.0
- Created: 2016-01-07T00:12:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T03:25:37.000Z (about 10 years ago)
- Last Synced: 2025-02-28T10:35:42.933Z (about 1 year ago)
- Language: Python
- Size: 373 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# pygsmanager
pygsmanager is a simple scene manager, allowing to move to and from differente scenes in a python 3 game or application using pyglet. Other, more mature, alternatives exist, but this project's goal is to provide a lightweight alternative.
An example of a main menu scene, allowing you to enter a scene and get back to initial scene is provided in the examples folder.
pygsmanager is distributed under GLPL3 (as described in COPYING + COPYING.LESSER in the main folder.
Feel free to report, fork, and give feedback.