How should a drawing program render?
Leif K-Brooks
eurleif at ecritters.biz
Tue Sep 14 21:07:48 EDT 2004
More information about the Python-list mailing list
Tue Sep 14 21:07:48 EDT 2004
- Previous message (by thread): How should a drawing program render?
- Next message (by thread): Subclassing in C
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message (by thread): How should a drawing program render?
- Next message (by thread): Subclassing in C
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list