From: Bruce S. <ba...@an...> - 2002-04-17 01:05:53
|
This is only an educated guess, but I don't think it's possible to put a Visual display into a Tkinter window, because Visual uses OpenGL for its graphics. Bruce Sherwood --On Tuesday, April 16, 2002 2:44 PM -0700 Phlip <ppl...@om...> wrote: > I'm auditioning 3D graphics libraries, and need to demonstrate VPython > grafted into a Frame. The rest of our UI is Tkinter (and uses > multidimensional data), and a window floating over it revealing this data > would damage the user's experience. I can't find an examples on the net; > so (once again ;-) what's the most rudimentary one possible? |