Open3DExample

Dummy project to test your Open3D build

Stars
10

NOTE: Open3D added a similar project here. Make sure you checkout that first since this repo might get outdated really fast.

Open3D C++ Example

This is a really dummy project, but you could use it to test if your Open3D build is working.

Requirements

Please follow these instructions.

Notes

  • You don't actually need C++17 support, just change it if your compiler does
    not support this.
  • This project only supports GNU/Linux, so I've removed all the border code
    plate for Windows. If you are using Windows, well, I'm sorry for you, there is
    a much better life out there.

Build

Easy and cheasy:

mkdir build/
cd build
cmake ..
make