
-----------------------------------
Nick
Thu Jun 02, 2011 12:38 am

Graphical Library
-----------------------------------
I'm looking for a Python graphical library.  I am already using pygame, which I love; however, I find that the library is lacking some important features.  What I am asking for is for you guys to list some Python graphical libraries and with them please also state the pros and con and special features of each.

-----------------------------------
apython1992
Thu Jun 02, 2011 7:44 am

RE:Graphical Library
-----------------------------------
I've only ever used PyGtk (for desktop apps) and Pygame for simple games.  But there is a whole wack of libraries out there that target different needs. Check out [url=http://vermeulen.ca/python-graphics.html]this link, you might find it useful.

-----------------------------------
shaon
Thu Jul 14, 2011 1:53 pm

RE:Graphical Library
-----------------------------------
What exactly are you looking for with regards to features? What are the limitations of PyGame do you find lacking? What exactly is the end goal of the library you intend to choose?

Giving more descriptions of your problem is extremely helpful. 

Forums are not an excuse for failing to do research on your own
