https://github.com/kaocc/pointcloud
Point Cloud Generator for Simulation
https://github.com/kaocc/pointcloud
embree pointcloud
Last synced: 11 months ago
JSON representation
Point Cloud Generator for Simulation
- Host: GitHub
- URL: https://github.com/kaocc/pointcloud
- Owner: KaoCC
- License: gpl-3.0
- Created: 2019-07-06T14:46:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T21:07:56.000Z (over 6 years ago)
- Last Synced: 2025-03-04T14:49:42.572Z (over 1 year ago)
- Topics: embree, pointcloud
- Language: C++
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PointCloud
Point Cloud Generator for Simulation
## Dependency
- [CMake 3.9+](https://cmake.org/)
- [Conan 1.20.3+](https://conan.io/)
- [embree/3.6.1@kaocc/stable](https://github.com/KaoCC/conan-packages/tree/master/recipes/embree)
## Build
The following compilers are tested:
- Clang: Apple LLVM 10.0.0, 11.0.0
### Windows & Linux
0. install embree, the conan package can be found [here](https://github.com/KaoCC/conan-packages)
1. Create your build directory `mkdir build && cd build`
2. Run Conan `conan install .. --build missing`
3. Run CMake `cmake ..` for development or `cmake -DCMAKE_BUILD_TYPE=Release` for a release build
4. Compile by running `make`