# not-fl3/miniquad

Cross platform rendering in Rust

Repository: https://github.com/not-fl3/miniquad
Canonical: https://ross.abutalabs.com/products/miniquad
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2026-07-25T17:52:01+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 35, longevity 100
- inputs: {"age_days": 2448, "days_push": 39, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2046, forks 240 (observed 2026-08-28T04:06:08.882715+00:00)

## What it is
Miniquad is a lightweight cross-platform graphics and window context library for Rust, abstracting OpenGL, Metal, and WebGL behind a single API. It is designed with a minimal dependency tree to run on desktop, mobile, and web targets.

## Use cases
- draw graphics with rust on any platform
- create a window and render in rust
- build a 2d game engine in rust
- render to webgl from rust with wasm
- minimal dependency graphics library for rust
- cross-platform opengl abstraction in rust

## When to choose
- you need a tiny, low-level rendering layer without heavy dependencies
- you want one codebase targeting desktop, mobile, and wasm/webgl
- you are building your own game engine or rendering framework on top of a minimal base

## When to avoid
- you need a full-featured engine with sprites, audio, and asset pipelines out of the box
- you need modern low-level APIs like Vulkan or DirectX 12
- you want high-level scene graph or UI abstractions

## Facets
- artifact type: library
- maturity: active
- function: graphics, game-engine
- domain: graphics, cross-platform
- platform: rust, windows, wasm, cross-platform
- tags: opengl, metal, webgl, windowing, rendering, gamedev, minimal-dependencies, game-development, linux, macos, ios, android

## Member repositories
- not-fl3/miniquad (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:08.882715+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:58:00.264502+00:00, confidence not recorded.
  - readme: https://github.com/not-fl3/miniquad (fetched 2026-08-28T04:06:08.882715+00:00, sha 5d13ff1bef82)
  - registry_crates: https://crates.io/api/v1/crates/miniquad (fetched 2026-08-29T10:38:03.472820+00:00, sha 219f2ddd0466)
- Data as of 2026-08-30T08:39:29.467469+00:00.
