# geogram **Repository Path**: mbt/geogram ## Basic Information - **Project Name**: geogram - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-30 - **Last Updated**: 2025-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # geogram [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Release](https://github.com/BrunoLevy/geogram/actions/workflows/make_release.yml/badge.svg)](https://github.com/BrunoLevy/geogram/actions/workflows/make_release.yml) [![Emscripten](https://github.com/BrunoLevy/geogram/actions/workflows/emscripten.yml/badge.svg)](https://github.com/BrunoLevy/geogram/actions/workflows/emscripten.yml) [![Doxygen](https://github.com/BrunoLevy/geogram/actions/workflows/doxygen.yml/badge.svg)](https://github.com/BrunoLevy/geogram/actions/workflows/doxygen.yml) [![Continuous](https://github.com/BrunoLevy/geogram/actions/workflows/continuous.yml/badge.svg)](https://github.com/BrunoLevy/geogram/actions/workflows/continuous.yml) [![Continuous](https://custom-icon-badges.demolab.com/badge/CI-Continuous-lightblue?logo=tasklist&logoColor=white)](https://brunolevy.github.io/geogram/reports/smoke/) [![Nightly](https://github.com/BrunoLevy/geogram/actions/workflows/nightly.yml/badge.svg)](https://github.com/BrunoLevy/geogram/actions/workflows/nightly.yml) [![Nightly](https://custom-icon-badges.demolab.com/badge/CI-Nightly-lightblue?logo=tasklist&logoColor=white)](https://brunolevy.github.io/geogram/reports/nightly/) ![](https://github.com/BrunoLevy/geogram/wiki/geogram_banner_2025_2.png) Geogram is a programming library with geometric algorithms. It has geometry-processing functionalities: - [surface reconstruction](https://github.com/BrunoLevy/geogram/wiki/Reconstruction) - [remeshing](https://github.com/BrunoLevy/geogram/wiki/Remeshing) - [parameterization and texturing](https://github.com/BrunoLevy/geogram/wiki/Texturing) - [Intersections and Boolean operations](https://github.com/BrunoLevy/geogram/wiki/BooleanOps) - [Constructive Solid Geometry](https://github.com/BrunoLevy/geogram/wiki/CSG) It also has lower-level algorithm: - [Exact numbers / exact predicates](https://github.com/BrunoLevy/geogram/wiki/Exact) - [Delaunay triangulations in 2D](https://github.com/BrunoLevy/geogram/wiki/Delaunay2D) and highly efficient parallel [Delaunay triangulations in 3D](https://github.com/BrunoLevy/geogram/wiki/Delaunay3D) - Memory efficient surfacic/volumetric/hybrid [mesh data structure](https://github.com/BrunoLevy/geogram/wiki/Mesh) - Efficient [geometric search data structures](https://github.com/BrunoLevy/geogram/wiki/Raytrace) for intersection and raytracing (AABBs, KdTrees, ...) - [Spectral mesh processing](https://github.com/BrunoLevy/geogram/wiki/ManifoldHarmonics) - [Linear solver on CPU and GPU](https://github.com/BrunoLevy/geogram/wiki/OpenNL) Geogram received the [Symposium on Geometry Processing Software Award](http://awards.geometryprocessing.org/) 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. Links ----- - [Documentation, how to compile, tutorials....](https://github.com/BrunoLevy/geogram/wiki) - [Programmer's reference manuals...](https://brunolevy.github.io/geogram/) - [Releases](https://github.com/BrunoLevy/geogram/releases) - [Projects with geogram](https://github.com/BrunoLevy/geogram/wiki/Publications) - [Graphite](https://github.com/BrunoLevy/GraphiteThree), an experimental 3D modeler built around geogram. - [Geogram in-browser demos](https://github.com/BrunoLevy/geogram/wiki/compiling_Emscripten#examples) (How is it possible ? _more on this [here](https://github.com/BrunoLevy/geogram/wiki/compiling_Emscripten)_) - [Data](https://github.com/BrunoLevy/GraphiteThree/wiki/Data) How does it compare to other geometry-processing libraries ? ------------------------------------------------------------ See [FAQ](https://github.com/BrunoLevy/geogram/wiki/FAQ)