Go to file
nico 8c2703db4a set to void parameters when not using Miq Field smoothing to avoid warnings 2021-08-31 21:40:46 +10:00
.github using ninja instead of jom for windows build examples 2021-08-23 16:29:36 +02:00
apps codespell - see #92 2021-03-25 15:19:14 +01:00
docs apply #19, #78, #84, #157, #159 2021-08-23 11:07:40 +02:00
eigenlib update eigen to 3.3.9 2021-06-15 12:27:04 +02:00
img added img module 2009-07-14 14:43:19 +00:00
vcg added std namespace for max function on line 281 2021-08-31 21:40:01 +10:00
wrap set to void parameters when not using Miq Field smoothing to avoid warnings 2021-08-31 21:40:46 +10:00
.appveyor.yml appveyor test final : building all the samples 2017-04-02 19:25:01 +02:00
.gitignore Code refactory 2018-02-22 11:25:04 +01:00
.travis.yml travis for apps 2017-03-28 18:45:55 +02:00
CMakeLists.txt update cmake to be sure vcg is included just one time 2021-06-17 12:49:42 +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.