From eb2cbc8cbd01c0cea3dfc139dec58d08ae35c451 Mon Sep 17 00:00:00 2001 From: Lex van der Sluijs <78106735+ptc-lexvandersluijs@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:16:39 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 3d2b451c1..138f69993 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,9 @@ # ![MeshLab Logo](src/meshlab/images/eye64.png) MeshLab - -[![BuildMeshLab](https://github.com/cnr-isti-vclab/meshlab/actions/workflows/BuildMeshLab.yml/badge.svg)](https://github.com/cnr-isti-vclab/meshlab/actions/workflows/BuildMeshLab.yml) - -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5114037.svg)](https://doi.org/10.5281/zenodo.5114037) - This is MY BRANCH OF the official repository for the source and the binaries of [MeshLab](https://www.MeshLab.net). MeshLab is an open source, portable, and extensible system for the processing and editing of unstructured large 3D triangular meshes. It is aimed to help the processing of the typical not-so-small unstructured models arising in 3D scanning, providing a set of tools for editing, cleaning, healing, inspecting, rendering and converting this kind of meshes. -MeshLab is mostly based on the open source C++ mesh processing library [VCGlib](http://www.vcglib.net) developed at the [Visual Computing Lab](http://vcg.isti.cnr.it) of [ISTI - CNR](http://www.isti.cnr.it). VCG can be used as a stand-alone large-scale automated mesh processing pipeline, while MeshLab makes it easy to experiment with its algorithms interactively. - MeshLab is available for Windows, macOS, and Linux. # Contacts