A slim point cloud library with minimal dependencies.
This library contains work contributed by developers and researchers in the Omek consortium http://www.omek3d.org/about-omek
TinyPCL uses the premake cross platform build system.
To build:
- Download premake5 from here and put it in ./make
- Call premake5 with the target platform (e.g. premake5 vs2015).
For more information see: https://premake.github.io/
dir | content |
---|---|
./include/ | external library interface |
./src/common/ | common untilities |
./src/* | internal interface and implementations |