A basic graphical editor to prototype and develop Pygame projects in a fixed format.
To open the editor, run run_editor.py.
Please note that the demonstration project is run in editing mode, and your edits will be saved!
A library for using Pygame in an object-oriented style with scenes. It is designed to utilise the dirty rectangle method for drawing to the screen. Game objects are Node or SpriteNode instances that belong to a tree.
All the dependencies of Pygame, and in addition versions:
- CPython >= 3.7
The engine library is distributed under GPL version 3. Please include your own copy of the license if copying.
The graphical editor can be run to develop projects as permitted by the license of the engine library (running the editor implies using the library), with no further restriction on the projects it may be used for.