From: Mike M. <mmu...@dg...> - 2000-09-07 17:12:50
|
Hi everybody, last night I discovered VPython. Playing around with demos and writing some of my own small scripts I found it very useful for some real world scientific visualization. I like it. With some rather simple commands I can get impressive output. I wonder if there is the possibility to use VPython from a wxPython framework, i.e. embedding the VPython scene window into an wxPython application. wxPython has OpenGL capabilities but all these lower level things are in cpp which don't know (yet?). I also would like to change the default behavior of the mouse so that if anybody wants to zoom or rotate he/she has to turn on a tool (e.g. wxPython icon in a tool palette) rather than have the left and right mouse button move/clicks doing it as default. This way accidental zooming and rotating can be avoided. Can I do this in VPython? Thanks. Mike |