mikedh/trimesh
Python library for loading and using triangular meshes. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 95
- Longevity 100
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: 12
- age_days: 4783
- days_rel: 33
- days_push: 7
- n_releases_24m: 42
Adoption not part of the score
3660 stars · 662 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Trimesh is a pure Python library for loading, manipulating, and analyzing triangular meshes with an emphasis on watertight surfaces. It provides a well-tested Trimesh object in the style of Shapely's Polygon, supporting many 3D formats like STL, PLY, OBJ, and GLTF with only numpy as a hard dependency.
Use cases
- load and analyze STL or OBJ mesh files in Python
- check if a 3D mesh is watertight and repair it
- compute mesh volume, surface area, and curvature
- convert between 3D file formats like GLTF, PLY, and 3MF
- perform ray-mesh intersection queries
- voxelize a triangular mesh
- manipulate and transform 3D geometry for robotics or 3D printing
When to choose
- you need a lightweight, easy-to-install Python library for 3D mesh processing
- you want watertight mesh analysis like volume, collision, and ray queries
- you need to load/export many 3D formats with minimal dependencies
- you want Shapely-like ergonomics for 3D geometry
When to avoid
- you need a full interactive 3D modeling or CAD application
- you require guaranteed API stability across versions without pinning
- you need heavy GPU-accelerated mesh processing at scale
Facets
library · maturity stable
image-processing graphics parser math data-visualization computer-vision graphics simulation robotics python cross-platform windows triangular-meshes 3d-geometry stl gltf obj watertight-meshes ray-tracing voxels numpy 3d-models linux macos
4 sources
- readme: https://github.com/mikedh/trimesh · fetched 2026-08-28 · 6b76f0a0fc66
- homepage: https://trimesh.org · fetched 2026-08-29 · bab0c6d3444b
- site_page: https://trimesh.org/install.html · fetched 2026-08-29 · d8346927bf36
- site_page: https://trimesh.org/install · fetched 2026-08-29 · d8346927bf36
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mikedh/trimesh | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem