ggez/ggez
Rust library to create a Good Game Easily observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3868
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
4680 stars · 440 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ggez is a lightweight Rust game framework for making 2D (and some 3D) games with minimum friction, inspired by the LÖVE (Love2D) API. It provides hardware-accelerated rendering via wgpu, sound playback, resource loading, font rendering, and input event handling while leaving physics, ECS, and networking to external libraries.
Use cases
- make a 2D game in Rust
- build a game jam prototype quickly
- create a Love2D-style game in Rust
- draw hardware-accelerated 2D graphics with wgpu
- play sound effects and music in a Rust game
- handle keyboard and mouse input in a game loop
- load game assets from folders or zip files
When to choose
- you want a batteries-included, minimal-friction 2D game framework in Rust
- you are doing a game jam or small-to-medium 2D project
- you like the LÖVE API style and want it in Rust
- you want to pick your own physics, ECS, and networking libraries
When to avoid
- you need a full-featured engine with built-in physics, ECS, animation, GUI, or networking
- you are building large 3D games or need a full 3D engine
- you need official mobile or web support (only unofficially supported)
- you prefer a data-oriented ECS-first engine like Bevy
Facets
framework · maturity active
game-engine graphics audio-processing gui graphics cross-platform rust windows cross-platform 2d-games love2d-inspired wgpu game-jams gamedev game-development linux macos
3 sources
- readme: https://github.com/ggez/ggez · fetched 2026-08-28 · 7d81aac02e09
- homepage: http://ggez.rs · fetched 2026-08-29 · df50c3a4e212
- registry_crates: https://crates.io/api/v1/crates/ggez · fetched 2026-08-29 · c977fcca3360
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ggez/ggez | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem