-
Notifications
You must be signed in to change notification settings - Fork 125
Home
Bruno edited this page Jun 17, 2024
·
35 revisions
Geogram is a programming library with geometric algorithms. It has geometry-processing functionalities (reconstruction, parameterization, remeshing, boolean operations...). It also has lower-level algorithm (Delaunay/Voronoi, geometric search, solving linear systems...). See the list of mini-tutorials below.
Geogram received the Symposium on Geometry Processing Software Award in 2023.
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 Android
- 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