A general purpose GUI made in python and pycairo.
Put configuration options for window so that the rendering is controlled on initialization of window. Improved clip function to only clip before the borders. Added a border radius class for initializing separate border radii for each corner. |
||
|---|---|---|
| jgui | ||
| gtktest.py | ||
| LICENSE | ||
| README.md | ||
| test.py | ||
| testclasses.py | ||
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.