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

RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus

Change C++ code at runtime observed · 2026-08-28

github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus · homepage · C++ 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

Full methodology

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

Member repositories

For agents

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

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