From: CL <clc...@gm...> - 2009-01-15 01:26:28
|
If you are looking for integration with separated windows (not embedding vpython into a child window in wxpython, you can see if this can help: http://code.google.com/p/clrobotsim/ Basically you can just create a separated thread for the vpython object, use standard communication methods between wxpython and vpython. Dead lock may happen in the wxpython GUI thread if you do not handle it properly. You can check the code at the "robot executor" of the above simulator. > From: "Emanuele Gissi" <ema...@gm...> > Subject: [Visualpython-users] vpython and wxpython integration > To: vis...@li... > Message-ID: > <e00...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > I am developing a small multiplatform application for data visualisation. > Could someone point me to a simple example on how to integrate a wxpython > GUI with vpython 3d visualisation? > Thank you. > Emanuele Gissi |