Massive point cloud visualization for python,May be a pythonic solution for massive point cloud visualization
Author: [email protected], 2021年9月24日
- install vispy, numpy, ...
- run the Main_Vispy-pyside2_TinyDemo.py
- click the "show point cloud" button
- Done
- "vispy.scene.SceneCanvas" is directly embed into pyside2/pyqt5's layouts, and It provides a variety of convenient interactive operations, which can be used directly, too.
- this project is maily for primary developers, engineers and scientists
- For senior Developers, I prefer to recommend the "vispy.gloo" to you
- the “test_vispy.ui”, you can open it by qtdesigner
用于大规模点云可视化的pyqt/pyside的解决方案
- 该项目主要面向初级开发人员、工程师和科学家
- 对于高级开发人员,我更愿意向您推荐“vispy.gloo”
- “vispy.scene.SceneCanvas”直接嵌入pyside2/pyqt5的布局中, 并提供多种便捷的交互操作, 也可以直接使用。
- 安装vispy、numpy。。。
- 运行Main_Vispy-pyside2_TinyDemo.py
- 单击“显示点云”按钮
- 完成
请参见ScreenShot.png, 录制_2021_09_24_20_51_06_476.gif
*在“test_vispy.ui”中,您可以通过qtdesigner打开它