HarryStevens/geometric
A JavaScript library for doing geometry. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 88
- Release rhythm 89
- 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: 0
- age_days: 2835
- days_rel: 75
- days_push: 75
- n_releases_24m: 10
Adoption not part of the score
1104 stars · 50 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Geometric.js is a JavaScript library for doing geometry with points, lines, polygons, and angles. It uses plain arrays for geometry primitives, ships TypeScript declarations, and works in browsers and Node.js.
Use cases
- check if a point is inside a polygon
- compute line intersections in javascript
- rotate or scale a polygon
- calculate convex hull of points
- measure polygon perimeter and area
- compute distances and angles between points and lines
- perform polygon boolean operations
When to choose
- you need lightweight 2D geometry math in JavaScript without custom classes
- you want serializable plain-array geometry primitives for SVG or Canvas drawing
- you need TypeScript-friendly geometry helpers in Node or the browser
When to avoid
- you need 3D geometry or a full computational geometry engine
- you need a physics or game-engine-grade geometry system
- you need GPU-accelerated geometry processing
Facets
library · maturity stable
math graphics developer-tools graphics web-development mathematics browser cross-platform geometry points lines polygons angles typescript-declarations esm algorithms nodejs javascript
5 sources
- readme: https://github.com/HarryStevens/geometric · fetched 2026-08-28 · d7bb7e9c97bc
- homepage: https://www.harryjstevens.com/geometric/ · fetched 2026-08-29 · 62c3e8b21086
- site_page: https://www.harryjstevens.com/geometric/getting-started · fetched 2026-08-29 · e1540235bf68
- site_page: https://www.harryjstevens.com/geometric/examples/rotate-point-about-an-origin · fetched 2026-08-29 · 4fa00ce4b333
- registry_npm: https://registry.npmjs.org/geometric · fetched 2026-08-29 · 9564676cbd4e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| HarryStevens/geometric | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="HarryStevens/geometric")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem