flexible-collision-library/fcl
Flexible Collision Library observed · 2026-08-28
Health v2 · maintenance only
61/100
- Activity 85
- Release rhythm 8
- 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: n/a
- age_days: 5096
- days_rel: n/a
- days_push: 91
- n_releases_24m: 0
Adoption not part of the score
1751 stars · 444 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FCL is a C++ library for performing proximity queries on pairs of geometric models composed of triangles. It supports collision detection, distance computation, tolerance verification, and continuous collision detection with optional contact information.
Use cases
- detect whether two 3D meshes overlap
- compute minimum distance between geometric models
- check if two moving objects collide during motion
- verify two models are separated by a tolerance distance
- get contact points and normals from collisions
- perform collision checks on octrees from octomap
- collision checking for robotics motion planning
When to choose
- you need fast collision or distance queries between triangle meshes or primitive shapes in C++
- you need continuous collision detection for moving models
- you're building robotics, physics simulation, or game collision systems
- you need octree-based collision checks with octomap integration
When to avoid
- you need a full physics engine with dynamics and response forces
- you want a high-level game engine rather than a geometry library
- you need GPU-accelerated broad-phase collision for massive scenes
- you work outside C++ and can't bind to a native library
Facets
library · maturity stable
simulation graphics math robotics simulation graphics windows cpp cross-platform collision-detection distance-computation proximity-queries continuous-collision-detection geometry meshes octree algorithms linux macos
2 sources
- readme: https://github.com/flexible-collision-library/fcl · fetched 2026-08-28 · 45c627d2459f
- homepage: https://flexible-collision-library.github.io/ · fetched 2026-08-29 · 36508fb61e8b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| flexible-collision-library/fcl | main | 61 |
For agents
markdown · JSON · MCP: product_card(name="flexible-collision-library/fcl")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem