Go to file
iasonmanolas 82a2d3fe00 Using non-binary ply export as default 2022-03-31 19:08:31 +03:00
.github update PR template 2021-10-21 17:14:44 +02:00
apps fix samples after removing using namespace in header files 2021-11-17 17:48:00 +01:00
docs update CLA 2021-10-21 17:00:03 +02:00
eigenlib add unsupported eigen package 2021-12-13 15:02:20 +01:00
img added img module 2009-07-14 14:43:19 +00:00
vcg refactoring 2021-12-30 17:29:34 +02:00
wrap Using non-binary ply export as default 2022-03-31 19:08:31 +03:00
.gitignore Code refactory 2018-02-22 11:25:04 +01:00
CMakeLists.txt remove memset from simple_temporary_data and matrix44, remove old_matrix 2021-10-19 12:45:05 +02:00
LICENSE.txt Create missing standard License file 2016-11-08 18:48:13 +01:00
README.md apply #19, #78, #84, #157, #159 2021-08-23 11:07:40 +02:00

README.md

The Visualization and Computer Graphics Library (VCGlib for short) is an open source, portable, and templated library written in C++, with no external dependencies, for manipulation, processing, cleaning, and simplifying triangle meshes.

BuildExamplesLinux BuildExamplesMacOS BuildExamplesWindows

The library, composed by more than 100k lines of code, is released under the GPL license, and it is the base of most of the software tools of the Visual Computing Lab of the Italian National Research Council Institute - ISTI, like MeshLab, Metro and many others.

The VCG library is tailored to mostly manage triangular meshes: The library is fairly large and offers many state-of-the-art capabilities for processing meshes, such as:

  • high quality quadric-error edge-collapse based simplfication
  • efficient spatial query structures (uniform grids, hashed grids, kdtree, etc)
  • advanced smoothing and fairing algorithms
  • computation of curvature
  • optimization of texture coordinates
  • Hausdorff distance computation
  • geodesic paths
  • mesh repairing capabilities
  • isosurface extraction and advancing front meshing algorithms
  • Poisson Disk sampling and other tools to sample point distributions over meshes
  • subdivision surfaces

Notable Applications

A number of applications have been developed using the VCGlib:

  • MeshLab: the renowed open source mesh processing software
  • Metro, the tool for measuring differences between meshes
  • The first high quality out-of-core mesh simplifier that was used by the Stanford Digital Michelangelo project to process their huge 3D scanned models.

Contacts

For any info about licensing (portions of) the library please contact us: Paolo Cignoni (p.cignoni@isti.cnr.it) Visual Computing Lab of the Italian National Research Council - ISTI

In case of bugs please report them here.