Embedding Open3D in PySide or PyQt Application #4668
notaTeapot
started this conversation in
Show and tell
Replies: 3 comments 17 replies
-
I want to implement interaction of window, be about to change self.vis = o3d.visualization.Visualizer() to self.vis = o3d.visualization.VisualizerWithEditing() , but I didn't succeed, Do you know how to solve it, thank you very much! |
Beta Was this translation helpful? Give feedback.
7 replies
-
Since we don't have win32gui on linux, how can I use it on Linux? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a project of mine, I want to embed an o3d visualization into an existing python Qt application. I found this Stackoverflow page (https://stackoverflow.com/questions/58816766/how-to-embed-a-pptk-viewer-in-a-pyqt5-window) on how to integrate a pptk window into a pyqt5 app using the win32gui package. I adapted the code with Open3D and got it running inside a widget:
The code is pretty simple and you can interact with the scene just like with the standalone window:
Beta Was this translation helpful? Give feedback.
All reactions