Skip to content

arminkz/PointCloudRendering

Repository files navigation

PointCloudRendering

A point cloud renderer using splatting method.


Build Instructions (Windows)

  1. Make sure you have installed Python and CMake.

  2. Install poetry

pip install poetry
  1. Activate virtual environment in the project folder:
poetry shell
poetry update
  1. Install Conan dependencies:
conan install . -sbuild_type=Debug -of=out/build/deps/conan/ --build=missing
  1. Build using CMake:
cd out/build
cmake ../.. -G "Visual Studio 17 2022" -DCMAKE_TOOLCHAIN_FILE="deps\conan\conan_toolchain.cmake" -DCMAKE_BUILD_TYPE=Debug
cmake --build . --config Debug

About

A point cloud renderer using splatting method.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published