[Tutor] draw 3D using Tkinter?
Alan Gauld
alan.gauld at btinternet.com
Tue Nov 28 22:13:07 CET 2006
"linda.s" <samrobertsmith at gmail.com> wrote
> Is there any sample code to draw 3D using Tkinter?
I don't think so, native Tkinter isn't really the ideal graphics
environment. Its not what it was designed for.
However there are almost certainly libraries around for 3D
stuff that can use Tkinter, although I don't know of any myself.
Some of the plotting libraries might do it.
I think pyGame does 3D graphics but it uses wxPython not Tkinter.
Visual python (?) does 3D stuff too, but again I've never used it.
Alan G.
More information about the Tutor
mailing list