From ca0616e63f6d2b183144505b70ca46608fc9b1ae Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Fri, 31 Jan 2014 22:41:22 -0700 Subject: [PATCH] Updated readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e879e19..b2bdad5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ JGUI ==== -A general purpose vector based GUI library made in python and pycairo. It's goal is to be reusable, multiplatform and visually scalable. +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. +