This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
dratini0 c40d250bd3 Added scrollable menus to albow, and set them as a default for ChoiceButton s
The code was heavily inspired by the that of PaletteView. My defauls are not nessecarily the best.
2013-04-25 11:47:35 -10:00
..
2012-02-13 14:59:37 -10:00
2012-11-21 21:56:00 -10:00
2012-02-13 14:59:37 -10:00
2012-02-13 14:59:37 -10:00

ALBOW - A Little Bit of Widgetry for PyGame
-------------------------------------------

Version 1.1

This is a rather basic, no-frills widget set for creating a GUI using
PyGame. It has been developed over the course of my last three
PyWeek competition entries.

Contents
--------

albow       Package containing the Python modules. Put it
            on your PYTHONPATH or in the top level directory
            of your PyGame application.
            
demo.py     A demonstration of most of Albow's functionality.
            Run it using
            
                 pythonw albow.py

doc         Documentation in html format. Start with index.html.

Resources   Some resources used by demo.py. Also contains some
            default fonts (Vera.ttf and VeraBd.ttf) that you can
            use in your applications if you wish.

License
-------

This is free software. You may use it, redistribute it and create and
distribute derivative works from it without restriction.

The Bitstream Vera fonts in the Resources/fonts directory are covered
by their own (very liberal) license, a copy of which is included in
that directory.

Author
------

Gregory Ewing
greg.ewing@canterbury.ac.nz