Git Product home page Git Product logo

open3d_csharpwrapper's Introduction

open3d_CSharpWrapper

open3D csharp wrapper for stl reader and rendering

platform windows - c++ recreation building from source

Step 1: Compile and install Open3D Follow the Open3D compilation guide, compile and install Open3D in your preferred location. You can specify the installation path with CMAKE_INSTALL_PREFIX and the number of parallel jobs to speed up compilation.

git clone --recursive https://github.com/intel-isl/Open3D.git cd Open3D mkdir build cd build cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_INSTALL_PREFIX=C:\open3d_install .. cmake --build . --config Release --parallel 12 --target install cd ....

Step 2: Use Open3D in this example project

git clone https://github.com/intel-isl/open3d-cmake-find-package.git cd open3d-cmake-find-package mkdir build cmake -DOpen3D_ROOT=C:\open3d_install .. cmake --build . --config Release --parallel 12 Release\Draw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.