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

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

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.