C++ API
Overview
Realtime Core is written in C20 and can be used directly from C without requiring any language bindings. The C API is a flat ABI wrapped around it, and every other language wrapper goes through that ABI.
Next Steps
Start at the Quick Start Guide for a complete C++ working example.
Back to top