I'm looking for widgets for drawing some 2D and 3D stuff. I don't need user
feedback on the graphics, but I only want to be able to refresh the drawing
according to datas (and maybe turn the 3D objects). The things I want to plot
are mainly vectors, with some labels.
What do you suggest me to use ? Is wxOGL the best way to do that ? Does it
exists something more appropriate (OpenGL ?), or is wxOGL a good choice ?
I'm looking for widgets for drawing some 2D and 3D stuff. I don't need user feedback on the graphics, but I only want to be able to refresh the drawing according to datas (and maybe turn the 3D objects). The things I want to plot are mainly vectors, with some labels.
What do you suggest me to use ? Is wxOGL the best way to do that ? Does it exists something more appropriate (OpenGL ?), or is wxOGL a good choice ?
wxOGL is only for simple 2D stuff, and it has some warts that have to be worked around.
There is also the wxGLCanvas class that you can use to do full OpenGL if you need it.
There is also a module that comes with VTK that lets you embed a redering window in wxPython.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!