iVerb / meshlab

The open source mesh processing system

Home Page:http://www.meshlab.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeshLab Logo MeshLab

Linux MacOS Windows

This is the official repository for the source and the binaries of MeshLab.

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. These tools include MeshLab proper, a versatile program with a graphical user interface, and meshlabserver, a program that can perform mesh processing tasks in batch mode, without a GUI.

MeshLab is mostly based on the open source C++ mesh processing library VCGlib developed at the Visual Computing Lab of ISTI - CNR. 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.

Releases

You can find the last MeshLab release in the Releases Tab for your favourite platform. You can also test a built version of MeshLab generated by the last commit pushed in this repository, by downloading the artifacts of the last Github Actions workflow.

Build instructions

We provide a set of scripts that build and deploy MeshLab automatically. All the scripts can be found in the scripts folder. For specific build instructions see the src folder.

Structure of the Repository

The MeshLab repository is organized as follows:

  • distrib: this folder contains a set of prebuilt libraries and shaders that will be used by MeshLab once it is compiled. For more details, check the readme here;
  • docs: doxygen scripts for generating MeshLab documentation. For more details, check the readme here;
  • sample and textures: a set of files (meshes, images) used for tests;
  • scripts: in this folder there is a set of platform-dependent scripts to build and deploy MeshLab. For more details, check the readme here;
  • src: this folder contains all the source code of MeshLab, its plugins and the external libraries that it requires. For more details, check the readme here;
  • unsupported: this folder contains a set of old and unsupported MeshLab plugins that are no longer included and built under MeshLab.

License

The Meshlab source is released under the GPL License.

Copyright

   MeshLab
   http://www.meshlab.net
   All rights reserved.

   VCGLib  http://www.vcglib.net                                     o o
   Visual and Computer Graphics Library                            o     o
                                                                  _   O  _
   Paolo Cignoni                                                    \/)\/
   Visual Computing Lab  http://vcg.isti.cnr.it                    /\/|
   ISTI - Italian National Research Council                           |
   Copyright(C) 2005-2018                                             \

References

Please, when using this tool, cite the references listed in the official web page https://www.meshlab.net/#references according to you needs, or if you are lazy just cite:

Meshlab: an open-source mesh processing tool. P. Cignoni, M. Callieri, M. Corsini, M. Dellepiane, F. Ganovelli, G. Ranzuglia Proceedings of the 2008 Eurographics Italian Chapter Conference, ISBN: 978-3-905673-68-5, pp. 129-136, DOI: 10.2312/LocalChapterEvents/ItalChap/ItalianChapConf2008/129-136

BibTeX format:

@inproceedings {LocalChapterEvents:ItalChap:ItalianChapConf2008:129-136,
booktitle = {Eurographics Italian Chapter Conference},
editor = {Vittorio Scarano and Rosario De Chiara and Ugo Erra},
title = {{MeshLab: an Open-Source Mesh Processing Tool}},
author = {Cignoni, Paolo and Callieri, Marco and Corsini, Massimiliano and Dellepiane, Matteo and Ganovelli, Fabio and Ranzuglia, Guido},
year = {2008},
publisher = {The Eurographics Association},
ISBN = {978-3-905673-68-5},
DOI = {10.2312/LocalChapterEvents/ItalChap/ItalianChapConf2008/129-136}
}

Contacts

  • Paolo Cignoni (paolo.cignoni (at) isti.cnr.it)
  • Alessandro Muntoni (alessandro.muntoni (at) isti.cnr.it)

Feedback

For documented and repeatable bugs, feature requests, etc., please use the GitHub issues.

For general questions use StackOverflow.

About

The open source mesh processing system

http://www.meshlab.net

License:GNU General Public License v3.0


Languages

Language:C++ 85.2%Language:Slash 6.6%Language:C 3.5%Language:GLSL 1.7%Language:CMake 1.1%Language:Roff 0.8%Language:QMake 0.5%Language:Shell 0.3%Language:NSIS 0.1%Language:IDL 0.1%Language:PowerShell 0.0%Language:TeX 0.0%Language:Prolog 0.0%