Ross ROSS = Recommend OSS · open-source software intelligence for agents

fungos/cr

cr.h: A Simple C Hot Reload Header-only Library observed · 2026-08-28

github.com/fungos/cr · homepage · C++ · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
fungos/crmain72

For agents

markdown · JSON · MCP: product_card(name="fungos/cr")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem