MeshLab is an open source mesh processing system for editing, cleaning, and converting unstructured 3D triangular meshes.
The tool addresses the challenge of working with large, complex 3D models produced by scanning and reconstruction workflows. It provides an interactive interface built on VCGlib, a C++ mesh processing library, allowing users to apply algorithms for mesh editing, healing, inspection, rendering, and format conversion. The system is portable across Windows, macOS, and Linux, and supports extensibility through its plugin architecture.
MeshLab suits researchers, 3D scanning professionals, and anyone working with unstructured mesh data who needs both interactive experimentation and batch processing capabilities. The tool is particularly valuable for mesh simplification, point cloud processing, and preparing models for 3D printing. Users should be aware that VCGlib is also available as a standalone library for automated, large-scale mesh processing pipelines when interactive tools are not required.
The project receives substantial real-world usage, with nearly all open issues originating from external users rather than the core team. However, response times to issues and pull requests often extend beyond weeks, and the issue tracker shows a pattern of work concentrated on triage activities, with many items marked as needing verification, confirmation, or unable to be replicated.