Skip to content

scimad/open3d-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Open3D Starter Template

This is a starting point for Open3D-C++ projects, kept here for reference.

Instruction:

  • Install Open3D C++ Library.
    • Compile from source
    • sudo make install after compilation
  • mkdir build
  • cd build
  • cmake ..
  • make -j$(nproc)

You should see the testvisualizer executable if everything works fine.

About

A quick head start for Open3D C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors