Re: New PyGTK Tutorials

2008-01-17 Thread Jim Gettys
On Thu, 2008-01-17 at 20:15 -0500, Chris Ball wrote: > Hi Wade, > >> I wrote one today as well, after porting 3D Pong from OLPCGames to >> pure PyGTK + cairo (it's a lot slower unfortunately, either their >> line drawing or their text drawing needs serious optimization). I >> had

Re: New PyGTK Tutorials

2008-01-17 Thread Chris Ball
Hi Wade, > I wrote one today as well, after porting 3D Pong from OLPCGames to > pure PyGTK + cairo (it's a lot slower unfortunately, either their > line drawing or their text drawing needs serious optimization). I > had to spend a bunch of time researching how to get smooth > anima

Re: New PyGTK Tutorials

2008-01-17 Thread Wade Brainerd
I wrote one today as well, after porting 3D Pong from OLPCGames to pure PyGTK + cairo (it's a lot slower unfortunately, either their line drawing or their text drawing needs serious optimization). I had to spend a bunch of time researching how to get smooth animation out of PyGTK, so here are my r

New PyGTK Tutorials

2008-01-17 Thread Chris Hager
Hey all. Jaume and I just had a pizza-and-beer coding session, and the outcome were two tutorials for creating Activities with PyGTK, one of them using Glade. => http://wiki.laptop.org/go/PyGTK/Hello_World_Tutorial We're using activity.py as a wrapper, which loads the code and GTK interface f