RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus
Change C++ code at runtime observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 49
- 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: 5549
- days_rel: n/a
- days_push: 306
- n_releases_24m: 0
Adoption not part of the score
2294 stars · 247 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Runtime-Compiled C++ (RCC++) is a C++ library and sample project that lets developers recompile and swap C++ code while a program is running, preserving object state via simple in-memory serialization. It is aimed primarily at game development to shorten iteration times, without scripting, VMs, or external tools.
Use cases
- edit c++ code while the program is running
- shorten iteration times in game development
- hot reload c++ modules without restarting the app
- preserve object state across runtime code changes
- rapidly iterate on game ai code
- live coding in c++ with visual studio or xcode
When to choose
- you need fast compile-edit-test loops in a C++ game or simulation
- you want live code changes without scripting languages or VMs
- you develop on Windows, Linux, or macOS with MSVC, GCC, or Clang
When to avoid
- you want end users of a shipped binary to compile modifications
- your project cannot tolerate runtime compilation infrastructure
- you need a license with explicit terms (the repo has no license file)
Facets
library · maturity active
compiler developer-tools build-tool serialization developer-tools cross-platform windows cpp cross-platform live-coding runtime-compilation rccpp iteration-time hot-reload gamedev game-development linux macos
3 sources
- readme: https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus · fetched 2026-08-28 · 82107ed65a46
- homepage: http://runtimecompiledcplusplus.blogspot.com/ · fetched 2026-08-29 · e23d49dae17c
- site_page: http://runtimecompiledcplusplus.blogspot.com/2014/09/undo-redo-and-optimization-level.html · fetched 2026-08-29 · 3aa0c06d8185
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus | main | 54 |
For agents
markdown · JSON · MCP: product_card(name="RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem