mattiasgustavsson/libs
Single-file public domain libraries for C/C++ observed · 2026-08-28
Health v2 · maintenance only
61/100
- Activity 63
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3944
- days_rel: n/a
- days_push: 225
- n_releases_24m: 0
Adoption not part of the score
2299 stars · 148 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of single-file, public domain (dual MIT) C/C++ libraries covering graphics app frameworks, data structures, threading, HTTP, and media utilities. It also includes repackaged single-file versions of well-known third-party libraries.
Use cases
- add a hash table or string pool to a C project without dependencies
- build a small cross-platform graphical app in C
- read assets from zip files in a game
- cross-platform threading primitives in C/C++
- parse ini files in C
- render CRT-style shaders or pixel fonts
- convert images to palettes with dithering
- read ID3 tags from mp3 files
When to choose
- you want small, dependency-free, single-header C/C++ libraries
- you're building a game or graphical tool in C and want a minimal base framework
- you prefer public domain/MIT licensing with no attribution requirements
- you want stb-style libraries covering data structures, threading, and media
When to avoid
- you need HTTPS or full-featured networking (http.h is basic sockets only)
- you need mature, feature-rich alternatives rather than minimal implementations
- you need C++-idiomatic APIs with templates and RAII
- you require guaranteed long-term support or a formal license file
Facets
library · maturity active
graphics image-processing audio-processing concurrency serialization parser math compression testing http-client developer-tools cross-platform graphics cross-platform c cpp single-file header-only public-domain c-cpp stb-style game-dev no-dependencies game-development algorithms
1 source
- readme: https://github.com/mattiasgustavsson/libs · fetched 2026-08-28 · a20c022199da
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mattiasgustavsson/libs | main | 61 |
For agents
markdown · JSON · MCP: product_card(name="mattiasgustavsson/libs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem