better readme

This commit is contained in:
Paolo Cignoni 2016-11-07 09:26:19 +01:00
parent 6003f250e9
commit 64dbfc5218

View File

@ -1,6 +1,8 @@
# MeshLab
# ![MeshLab Logo](src/meshlab/images/eye64.png) MeshLab
This is the official repository for the sources and the binaries of MeshLab.
MeshLab is an open source, portable, and extensible system for the processing and editing of unstructured 3D triangular meshes.
MeshLab is an open source, portable, and extensible system for the processing and editing of unstructured large 3D triangular meshes.
The system 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.
The system is heavily based on the VCG library developed at the Visual Computing Lab of ISTI - CNR, for all the core mesh processing tasks and it is available for Windows, MacOSX, and Linux. . The MeshLab system started in late 2005 as a part of the FGT course of the Computer Science department of University of Pisa and most of the code (~15k lines) of the first versions was written by a handful of willing students. The following years FGT students have continued to work to this project implementing more and more features. The proud MeshLab developers are listed here.
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), for all the core mesh processing tasks and it is available for Windows, MacOSX, and Linux.