-
Notifications
You must be signed in to change notification settings - Fork 0
Albow Python 3
Humberto A Sanchez II edited this page Aug 23, 2019
·
12 revisions
Welcome to the Albow-Python-3 Wiki!
This is a framework for creating a GUI using PyGame. It was developed for use in PyWeek competition entries, and has been used by the author in several games so far.
- Version 1.1 introduced a theme system to provide a central place for customising the appearance of Albow widgets, so you can easily give each of your games a distinctive look.
- Version 2.0 adds a number of substantial new features, including TabPanel and TableView widgets and improved TextField-based controls.
- Version 2.1 adds drop-down and pop-up menus, music facilities and OpenGL capabilities.
- Version 2.2 adds Multichoice controls and a number of other improvements.
- Version 2.3 is complete by Humberto A. Sanchez II to make this project work in Python 3. Additionally, it beefs up the documentation, the demonstration program, as well as a major internal refactoring for future maintainability
- Version 2.3.5 introduced a new minimal ListBox widget based on the PaletteView
- Version 2.4.0 Fixed bugs in the Reference module; Completed the Python doc strings for built-in documentation; Published the documentation
TODO: After 2.4.0 I need to match they PyPi releases with GitHub Releases