nothings/stb
stb single-file public domain libraries for C/C++ observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 95
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 4483
- days_rel: n/a
- days_push: 31
- n_releases_24m: 0
Adoption not part of the score
34513 stars · 8075 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A collection of single-file, public domain (or MIT) C/C++ libraries covering image loading/writing/resizing, TrueType font rasterization, Ogg Vorbis decoding, typesafe containers, noise generation, and other utilities. Each library ships as one header/source file with no dependencies, designed for easy drop-in use.
Use cases
- load png and jpg images in c without dependencies
- decode ogg vorbis audio files
- rasterize truetype fonts in a game engine
- resize images with good quality in c
- add dynamic arrays and hash tables to c code
- embed a tilemap editor in a game
- write png images from c++
When to choose
- you need dependency-free, single-file C/C++ libraries
- you want public domain licensing with no attribution requirements
- you're building a game or graphics app needing image/font/audio loading
- you want simple, battle-tested utilities like dynamic arrays in C
When to avoid
- your project has strict security review requirements, since fixes are discussed publicly and merged slowly
- you need feature-rich, actively maintained multimedia frameworks like FFmpeg or FreeType
- you need GPU-accelerated or highly optimized image processing at scale
Facets
library · maturity stable
image-processing audio-processing graphics parser file-system compression graphics image-processing developer-tools cross-platform cpp c cross-platform game-engine single-file-libraries public-domain header-only image-loading truetype-fonts ogg-vorbis gamedev no-dependencies game-development audio
2 sources
- readme: https://github.com/nothings/stb · fetched 2026-08-28 · 3dadec19026d
- homepage: https://nothings.org · fetched 2026-08-29 · 9b6bd84a2bd9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nothings/stb | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem