bitshifter/glam-rs
A simple and fast linear algebra library for games and graphics observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2885
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
2035 stars · 201 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
glam is a fast linear algebra library for Rust providing vectors, matrices, quaternions, and affine transformation types for games and graphics. It leverages 128-bit SIMD (SSE2, NEON, simd128) for high-performance math on x86, ARM, and WebAssembly targets.
Use cases
- 3d math for a game engine in rust
- vector and matrix operations for graphics programming
- quaternion rotations for camera and physics
- simd-accelerated linear algebra in rust
- affine transforms for 2d and 3d rendering
- math library for a wasm game or graphics app
When to choose
- you need fast, simd-optimized vectors, matrices, and quaternions in Rust
- you are building a game, renderer, or physics simulation in Rust
- you need a wide range of scalar types (f32, f64, integer, bool vectors)
- you target x86, aarch64, or wasm and want SIMD by default
When to avoid
- you need arbitrary-precision or symbolic math
- you need GPU shader math rather than CPU-side math
- you need n-dimensional or sparse linear algebra like nalgebra/lapack features
- you require a stable portable SIMD path on stable Rust
Facets
library · maturity stable
math graphics simulation graphics performance rust cross-platform wasm linear-algebra simd vectors matrices quaternions 3d-math game-math game-development algorithms gpu
1 source
- readme: https://github.com/bitshifter/glam-rs · fetched 2026-08-28 · 739b75316605
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bitshifter/glam-rs | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="bitshifter/glam-rs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem