Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudcompare/cloudcompare
CloudCompare main repository
https://github.com/cloudcompare/cloudcompare
3d-point-clouds point-cloud
Last synced: 2 days ago
JSON representation
CloudCompare main repository
- Host: GitHub
- URL: https://github.com/cloudcompare/cloudcompare
- Owner: CloudCompare
- License: other
- Created: 2012-11-06T20:15:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T08:45:25.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:10:45.583Z (about 1 month ago)
- Topics: 3d-point-clouds, point-cloud
- Language: C++
- Homepage:
- Size: 83.7 MB
- Stars: 3,521
- Watchers: 138
- Forks: 1,032
- Open Issues: 237
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: license.txt
Awesome Lists containing this project
- awesome-open-transport - CloudCompare - ELTE/railroad) (awesome-open-transport / 5. Public Infrastructure)
README
CloudCompare
============Homepage: https://cloudcompare.org
[![GitHub release](https://img.shields.io/github/release/cloudcompare/trunk.svg)](https://github.com/cloudcompare/trunk/releases)
[![Build](https://github.com/CloudCompare/CloudCompare/workflows/Build/badge.svg?branch=master)](https://github.com/CloudCompare/CloudCompare/actions?query=workflow%3ABuild+branch%3Amaster)
Introduction
------------CloudCompare is a 3D point cloud (and triangular mesh) processing software.
It was originally designed to perform comparison between two 3D points clouds
(such as the ones obtained with a laser scanner) or between a point cloud and a
triangular mesh. It relies on an octree structure that is highly optimized for
this particular use-case. It was also meant to deal with huge point
clouds (typically more than 10 million points, and up to 120 million with 2 GB
of memory).More on CloudCompare [here](http://en.wikipedia.org/wiki/CloudCompare)
License
------------This project is under the GPL license: https://www.gnu.org/licenses/gpl-3.0.html
This means that you can use it as is for any purpose. But if you want to distribute
it, or if you want to reuse its code or part of its code in a project you distribute,
you have to comply with the GPL license. In effect, all the code you mix or link with
CloudCompare's code must be made public as well. **This code cannot be used in in a
closed source software**.Installation
------------Linux:
- Flathub: https://flathub.org/apps/details/org.cloudcompare.CloudCompare
```
flatpak install flathub org.cloudcompare.CloudCompare
```Compilation
-----------Supports: Windows, Linux, and macOS
Refer to the [BUILD.md file](BUILD.md) for up-to-date information.
Basically, you have to:
- clone this repository
- install mandatory dependencies (OpenGL, etc.) and optional ones if you really need them
(mainly to support particular file formats, or for some plugins)
- launch CMake (from the trunk root)
- enjoy!Contributing to CloudCompare
----------------------------If you want to help us improve CloudCompare or create a new plugin you can start by reading this [guide](CONTRIBUTING.md)
Supporting the project
----------------------If you want to help us in another way, you can make donations via [donorbox](https://donorbox.org/support-cloudcompare)
Thanks!