SkillAgentSearch skills...

3DViewer

3DViewer For Researchers

Install / Use

/learn @faultaddr/3DViewer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

3DViewer

Documentation Softacheck

Thanks For CloudViewer, we use the UI of it, which really save my time. The Initial Idea was to fix some known issue of CloudViewer, But I found that the data structure && code design is a disaster,It is really sucks. So I decided to refactor the code to make a retrofit.

<img src="https://s1.ax1x.com/2022/06/04/XduaBq.png" width="750" align="center" />

Description

The 3DViewer is a standalone, tiny, cross-platform point cloud visualization desktop software powered by PCL and Qt.

Usage

If you want to visualize a 3d model which would like to be pointcloud or mesh. Then u could use the 3DViewer, which designed for light usage for 3D Researchers, The most useful function for me is visualize multiple 3D models in different render window. This makes it easier to compare effects of our deep learning model.

We support various model format:

  • ply
  • pcd
  • stl
  • vtk
  • obj

Download

For Linux: (wait for uploading)

For Windows: (is comming)

For Mac: (is comming)

Compiling

  • Linux:

    • git clone --recurse-submodules https://github.com/faultaddr/3DViewer.git
    • install the qt 5.15
    • compile && install vtk 9.1 (using ccmake to choose QT version)
    • compile && install pcl 1.12.1 (using ccmake to choose QT version)
    • mkdir build && cd build && cmake .. && make -j4 && ./src/3DViewer
    • offical docker image: 3DViewer compile docker image
  • Windows:

    • I believe that no one wants to use windows, If U are using it now, just wait until the day 3DViewer would compile on it.

Maintainers

@faultaddr

Star History

Star History Chart

Contributing

Feel free to dive in! open an issue or submit PRs.

3DViewer follows the Contributor Covenant Code of Conduct.

License

MIT © Yunyi Pan

View on GitHub
GitHub Stars68
CategoryEducation
Updated2mo ago
Forks7

Languages

C++

Security Score

95/100

Audited on Dec 22, 2025

No findings