fogleman/sdf
Simple SDF mesh generation in Python observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2052
- days_rel: n/a
- days_push: 753
- n_releases_24m: 0
Adoption not part of the score
2000 stars · 169 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library for generating 3D meshes from signed distance functions (SDFs) with a simple, operator-based API supporting constructive solid geometry. It exports binary STL natively and other formats via meshio, making it well suited for 3D printing workflows.
Use cases
- generate 3d printable models from code
- create meshes using signed distance functions in python
- constructive solid geometry modeling with union intersection difference
- export stl files programmatically for 3d printing
- procedurally generate gears, knurling, and woven patterns
- convert sdf shapes to obj ply or vtk meshes
When to choose
- you want a minimal Python API for CSG-style 3D modeling
- you need to 3D print models generated from code
- you prefer defining geometry mathematically rather than in a CAD tool
When to avoid
- you need interactive GUI-based 3D modeling
- you require high-performance real-time rendering of SDFs
- you need mesh editing or repair of existing models
Facets
library · maturity stable
graphics simulation image-processing graphics developer-tools python cross-platform signed-distance-functions 3d-printing mesh-generation stl constructive-solid-geometry procedural-modeling game-development
1 source
- readme: https://github.com/fogleman/sdf · fetched 2026-08-28 · 74a709acea1c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fogleman/sdf | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem