Ross ROSS = Recommend OSS · open-source software intelligence for agents

BrunoLevy/geogram

a programming library with geometric algorithms observed · 2026-08-28

github.com/BrunoLevy/geogram · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 99
  • Release rhythm 74
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 54
  • age_days: 1652
  • days_rel: 98
  • days_push: 7
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

2499 stars · 202 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Geogram is a C++ programming library of geometric algorithms for geometry processing, including surface reconstruction, remeshing, Boolean operations, and Delaunay triangulations in 2D and 3D. It also provides lower-level building blocks such as exact predicates, mesh data structures, spatial search structures, and CPU/GPU linear solvers.

Use cases

  • generate 3D meshes from point clouds
  • remesh a triangle mesh to improve quality
  • compute Boolean operations on 3D solids
  • build a Delaunay triangulation in 3D
  • perform constructive solid geometry on meshes
  • raytrace against a triangle mesh
  • parameterize and texture a 3D surface
  • solve sparse linear systems on CPU or GPU

When to choose

  • you need robust, well-tested computational geometry algorithms in C++
  • you need mesh generation, remeshing, or surface reconstruction
  • you need exact arithmetic predicates for geometric robustness
  • you want a geometry-processing library with a SGP Software Award pedigree

When to avoid

  • you need a high-level 3D viewer or GUI out of the box
  • your project is not in C++ or lacks a C++ build toolchain
  • you only need simple 2D drawing or rendering rather than geometry algorithms

Facets

library · maturity stable

graphics simulation math image-processing graphics computer-vision cpp cross-platform wasm geometry-processing mesh-generation mesh-processing delaunay-triangulation remeshing surface-reconstruction csg computational-geometry algorithms game-development

1 source

Member repositories

RepositoryRoleHealth v2
BrunoLevy/geogrammain90

For agents

markdown · JSON · MCP: product_card(name="BrunoLevy/geogram")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem