# CloudCompare **Repository Path**: gengumeng/CloudCompare ## Basic Information - **Project Name**: CloudCompare - **Description**: CloudCompare main repository - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-07 - **Last Updated**: 2025-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CloudCompare ============ Homepage: https://cloudcompare.org [![GitHub release](https://img.shields.io/github/release/cloudcompare/trunk.svg)](https://github.com/cloudcompare/trunk/releases) - [![Build Status](https://travis-ci.org/CloudCompare/CloudCompare.svg?branch=master)](https://travis-ci.org/CloudCompare/CloudCompare) Linux - [![Build](https://github.com/CloudCompare/CloudCompare/workflows/Build/badge.svg?branch=master)](https://github.com/CloudCompare/CloudCompare/actions?query=workflow%3ABuild+branch%3Amaster) Windows & MacOS - [![Releases](https://coderelease.io/badge/CloudCompare/CloudCompare)](https://coderelease.io/github/repository/CloudCompare/CloudCompare) 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) Installation ------------ Linux: - Flathub: https://flathub.org/apps/details/org.cloudcompare.CloudCompare ``` flatpak install flathub org.cloudcompare.CloudCompare ``` - snapcraft: https://snapcraft.io/cloudcompare ``` sudo snap install 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!