a simple graphic library

Tim Lavoie tool_man at spamcop.net
Tue Aug 27 15:31:06 EDT 2002


In article <3D6BC07A.1070001 at wanadoo.fr>, polux wrote:

> The problem is that Tkinter is too "simple" :)
> ie you can ask it to delete a circle
> 
> what I'm searching for is a screen on which you can trace very simple 
> things.....i'm trying to make a 3d engine from the beginning

Oh, OK. Since what you asked for was simple, I gave you a simple answer.
<grin> 

Tkinter lets you say, delete or modify individual primitives which you have
placed, as long as you keep track of them when you create them (like I
didn't in my example). I don't know about mangling things with 3D
perspectives, affine transforms and the like. On the other hand, perhaps one
of the OpenGL toolkits could do a lot of the heavy lifting for you.

	- Tim



More information about the Python-list mailing list