amethyst/bracket-lib
The Roguelike Toolkit (RLTK), implemented for Rust. observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 55
- 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: 2619
- days_rel: n/a
- days_push: 271
- n_releases_24m: 0
Adoption not part of the score
1688 stars · 126 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
bracket-lib (formerly RLTK) is a Rust toolkit for building roguelike and retro-style games, providing terminal-style CP437 rendering, color, geometry, noise, pathfinding, and dice-based random number generation. It is split into modular crates and supports OpenGL, WebGPU, and crossterm backends including WebAssembly targets.
Use cases
- build a roguelike game in Rust
- render CP437 ASCII/terminal-style graphics
- add A* pathfinding and Dijkstra maps to a game
- generate procedural terrain with fast noise
- parse RPG dice strings like 3d6+12 for random rolls
- make a retro game that runs in the browser via WebAssembly
When to choose
- you are writing a roguelike or retro grid-based game in Rust
- you need an all-in-one toolkit with rendering, pathfinding, noise, and RNG
- you want to target desktop and WebAssembly from the same codebase
- you are following the Hands-on Rust book or the Rust roguelike tutorial
When to avoid
- you need a full-featured general-purpose game engine with asset pipelines and editors
- you are building high-resolution sprite or 3D games
- your project is not in Rust
- you need long-term commercial support guarantees
Facets
library · maturity active
game-engine graphics simulation math graphics gaming-tools cross-platform wasm rust roguelike cp437 retrogaming pathfinding procedural-generation terminal-rendering rltk game-development
1 source
- readme: https://github.com/amethyst/bracket-lib · fetched 2026-08-28 · b1b7798aca84
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| amethyst/bracket-lib | main | 48 |
For agents
markdown · JSON · MCP: product_card(name="amethyst/bracket-lib")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem