How should a drawing program render?

Leif K-Brooks eurleif at ecritters.biz
Tue Sep 14 21:07:48 EDT 2004


I'm considering writing a fairly basic vector drawing program using 
PyGTK. What's the best way to render it? What I'm thinking of is having 
everything render on a PIL image, then display that in the GTK window or 
save it depending on what's being done. Is that the best strategy? Will 
it be fast enough?



More information about the Python-list mailing list