From 64dbfc521879465d5a4f72f74c95b4d054b62ea5 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Mon, 7 Nov 2016 09:26:19 +0100 Subject: [PATCH] better readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 197339e84..8f76ef72d 100644 --- a/README.md +++ b/README.md @@ -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.