-
Notifications
You must be signed in to change notification settings - Fork 142
Home
Bruno Levy edited this page Mar 5, 2023
·
37 revisions
Geogram is a programming library with geometric algorithms. It has geometry-processing functionalities (reconstruction, parameterization, remeshing, ...). It also has lower-level algorithm (Delaunay/Voronoi, geometric search, solving linear systems...). See the list of mini-tutorials below.
Geogram contains the main results in Geometry Processing from the former ALICE Inria project, that is, more than 30 research articles published in ACM SIGGRAPH, ACM Transactions on Graphics, Symposium on Geometry Processing and Eurographics. It was supported by two grants from the European Research Council (ERC): GOODSHAPE and VORPALINE.
- Instructions for Linux
- Instructions for Windows
- Instructions for OS/X
- Instructions for MingW/plain Makefile
- Instructions for Emscripten
- User documentation
- The geometry processing pipeline
- Geometric algorithms and data structures
- Technicalities
- Projects and publications with geogram
- Third-party libraries
- Keynote Eurographics presentation on geogram.
- Graphite, an experimental 3D modeler built around geogram.
See FAQ