My main problem is my 3d opengl drawing takes ~1 to 2 seconds which freezes UI. To maintain GUI responsive, I tried to put the drawing into another process and render the display on main UI.
I first tried using RemoteGraphicsView, but I am not able to use glWidget in GraphicsView. Seems GraphicsView is able to use opengl to draw, but not accepting glWidget. Have any one tried this before? any examples to share? I am using Python 2.7.11 PySide 1.2.4 pyqtgraph 0.10.0. -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/be221e2e-fa11-47f8-951c-b0507bba1f35%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
