A general purpose GUI made in python and pycairo.
Find a file
Joey Payne 5854cfee86 Fancied up the text window with pango. Added lots of font options and
effects.

Fixed some bugs with resizing a window when it's not draggable and
resizing a window when the max size is (-1, -1)
2014-02-06 08:00:24 -07:00
jgui Fancied up the text window with pango. Added lots of font options and 2014-02-06 08:00:24 -07:00
featurelist.txt Added a featurelist that will be updated to reflect what features are planned or done 2014-02-04 22:59:36 -07:00
gtktest.py Refactored a lot of code. Added a preliminary text window 2014-02-04 22:54:05 -07:00
LICENSE Initial commit 2014-01-27 13:04:21 -08:00
README.md Updated readme. 2014-01-31 22:41:22 -07:00
test.py Refactored a lot of code. Added a preliminary text window 2014-02-04 22:54:05 -07:00
testclasses.py Fancied up the text window with pango. Added lots of font options and 2014-02-06 08:00:24 -07:00

JGUI

A general purpose, batteries included, vector based GUI library made in python and pycairo. It's goal is to be reusable, multiplatform and visually scalable. As long as you have a cairo surface or something that can display an array of pixels, this library should work.

Right now I have an example in test.py that tests the functionality in panda3d. Go to panda3d.org to download it and then run the script with python test.py.