fungos/cr
cr.h: A Simple C Hot Reload Header-only Library observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 88
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3208
- days_rel: n/a
- days_push: 72
- n_releases_24m: 0
Adoption not part of the score
1801 stars · 120 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cr.h is a single-file, header-only C/C++ library that enables hot reloading of dynamically linked binaries (.so/.dylib/.dll) with a minimal three-function API. It provides automatic crash protection and static state transfer, primarily aimed at live-coding workflows in game development.
Use cases
- hot reload C code during game development
- live coding without a scripting language
- reload plugin dlls at runtime
- transfer static state across reloads
- protect host app from crashing guest code
When to choose
- iterating quickly on C/C++ game or app logic without restarting
- wanting minimal boilerplate hot reload with no build system lock-in
- needing crash protection around reloadable plugins
When to avoid
- need hot reload for languages other than C/C++
- require scripting-language-level flexibility or bindings
- project cannot be structured as a thin host plus dynamic library
Facets
library · maturity stable
developer-tools plugin-system build-tool developer-tools cross-platform windows cpp c hot-reload live-coding header-only single-header gamedev game-development linux macos
2 sources
- readme: https://github.com/fungos/cr · fetched 2026-08-28 · 240e6e03dd45
- homepage: https://fungos.github.io/cr-simple-c-hot-reload/ · fetched 2026-08-29 · ce467acb4c5e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fungos/cr | main | 72 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem