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

mikedh/trimesh

Python library for loading and using triangular meshes. observed · 2026-08-28

github.com/mikedh/trimesh · homepage · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
mikedh/trimeshmain98

For agents

markdown · JSON · MCP: product_card(name="mikedh/trimesh")

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