diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-19 07:45:40 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-19 07:45:40 +0000 |
commit | 253f0c249bd8235b2efb978a0c8d1bfe92af4b4a (patch) | |
tree | 51c3dce0b77f08fcc3f1a0b85c4ecd9b175ba7ff /graphics/open3d/pkg-descr | |
parent | 7bc56fc9343058b156c63dc8acecf334b6667779 (diff) | |
download | freebsd-ports-253f0c249bd8235b2efb978a0c8d1bfe92af4b4a.zip |
New port: graphics/open3d: Modern library for 3D data processing
Diffstat (limited to 'graphics/open3d/pkg-descr')
-rw-r--r-- | graphics/open3d/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/open3d/pkg-descr b/graphics/open3d/pkg-descr new file mode 100644 index 000000000000..787dc3fe8ea2 --- /dev/null +++ b/graphics/open3d/pkg-descr @@ -0,0 +1,12 @@ +Open3D is an open-source library that supports rapid development of software +that deals with 3D data. The Open3D frontend exposes a set of carefully +selected data structures and algorithms in both C++ and Python. The backend +is highly optimized and is set up for parallelization. Open3D was developed +from a clean slate with a small and carefully considered set of dependencies. +It can be set up on different platforms and compiled from source with minimal +effort. The code is clean, consistently styled, and maintained via a clear code +review mechanism. Open3D has been used in a number of published research +projects and is actively deployed in the cloud. We welcome contributions from +the open-source community. + +WWW: http://www.open3d.org/ |