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

HarryStevens/geometric

A JavaScript library for doing geometry. observed · 2026-08-28

github.com/HarryStevens/geometric · homepage · JavaScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
HarryStevens/geometricmain91

For agents

markdown · JSON · MCP: product_card(name="HarryStevens/geometric")

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