isl-org/open3d

Open3D: A Modern Library for 3D Data Processing

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 7 minutes ago
Added to GitGenius on September 4th, 2026
Created on December 2nd, 2016
Open Issues & Pull Requests: 1,306 (+0)
GitHub issues: Enabled
Number of forks: 2,618
Total Stargazers: 13,942 (+0)
Total Subscribers: 201 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.0 days
Mean response time: 118.0 days
90th percentile: 344.5 days
Tracked items: 419

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "visualization" is answered fastest, typically in about 23 hours, while "build/install" waits about 12 days. 63% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 304
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 812 days
Stale 30+ days: 279
Stale 90+ days: 269

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (145)
  • question (142)
  • feature request (76)
  • build/install (33)
  • visualization (15)
  • geometry (9)
  • mesh (7)
  • help wanted (6)

Detailed Description

Open3D is a library for 3D data processing that exposes data structures and algorithms in both C++ and Python, with a highly optimized backend designed for parallelization.

The library addresses the need for efficient handling of 3D data across multiple domains. It provides core functionality including 3D data structures, processing algorithms, scene reconstruction, surface alignment, and 3D visualization. The tool supports physically based rendering and integrates with machine learning frameworks PyTorch and TensorFlow. GPU acceleration is available for core 3D operations, allowing developers to build complete end-to-end pipelines for point cloud processing, mesh manipulation, and feature extraction.

Open3D suits projects requiring comprehensive 3D data handling, from computer vision and robotics applications to machine learning workflows involving 3D perception. The dual C++ and Python interface makes it accessible to both systems-level and rapid-prototyping development. Pre-built packages are available for Ubuntu, macOS, and Windows with Python support, and compilation from source is documented for custom builds. The library is particularly valuable for teams needing registration, segmentation, and visualization capabilities without building these components from scratch.

The project maintains active development with regular updates to both core functionality and documentation. Release artifacts include signed supply-chain attestations aligned with OpenSSF guidance. The maintainers actively engage with the community through a discussion forum and welcome external contributions. Development focuses on keeping the backend optimized while expanding machine learning integration and GPU acceleration capabilities.