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

asny/three-d

2D/3D renderer - makes it simple to draw stuff across platforms (including web) observed · 2026-08-28

github.com/asny/three-d · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 89
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3087
  • days_rel: n/a
  • days_push: 70
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1663 stars · 141 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

three-d is a Rust library providing an OpenGL/WebGL/OpenGL ES renderer for drawing 2D and 3D graphics across desktop, web, and mobile platforms. It offers high-level features with optional low-level access, including custom shader support, while minimizing boilerplate setup.

Use cases

  • render 3d graphics in rust
  • draw 2d shapes with webgl in the browser
  • build a simple 3d visualization tool
  • render custom shaders without boilerplate
  • make a small 2d or 3d game in rust
  • render ui or images with opengl
  • cross-platform graphics that also run on web via wasm

When to choose

  • you want to draw 2D/3D graphics in Rust with minimal setup
  • you need the same rendering code to run on desktop, mobile, and web (WebAssembly)
  • you want high-level convenience but with access to low-level OpenGL and custom shaders
  • a full game engine is too heavy but raw OpenGL is too tedious

When to avoid

  • you need a full-featured game engine with physics, audio, and asset pipelines
  • you require modern APIs like Vulkan, Metal, or DirectX rather than OpenGL/WebGL
  • you need a mature high-level scene graph or editor tooling

Facets

library · maturity active

graphics image-processing data-visualization game-engine graphics web-development data-visualization cross-platform wasm rust opengl webgl renderer 3d-graphics 2d-graphics shaders gamedev game-development web-server desktop mobile

2 sources

Member repositories

RepositoryRoleHealth v2
asny/three-dmain63

For agents

markdown · JSON · MCP: product_card(name="asny/three-d")

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