cschladetsch / CppKAILinks
KAI is a distributed computing model written in modern C++. Using custom language translators and an executor, KAI provides full reflection, persistence and cross-process communications without having to modify existing source code. KAI Comes with an automated, generational tricolor garbage collector, and Console- and Window-based interfaces.
☆14Updated 2 weeks ago
Alternatives and similar repositories for CppKAI
Users that are interested in CppKAI are comparing it to the libraries listed below
Sorting:
- C/C++ compiler vendor and features detection.☆40Updated 7 years ago
- C++ Dependency Injection Framework☆9Updated 2 years ago
- Debug symbol resolution library (PDB, addr2line)☆25Updated 3 weeks ago
- A signal/slot implementation using std::function.☆12Updated 10 years ago
- Simple embeddable C++11 async tcp,http and websocket serving.☆10Updated 6 years ago
- C++ Parsing/searching/validating expression grammar library (PEG) To write Regex-like expressions in the core☆14Updated last year
- A bytecode interpreted scripting language for C++☆12Updated 5 years ago
- A tiny Crash Reporting class component for Win32 application☆26Updated 2 years ago
- LibPacket is a portable library designed for decoding and parsing TCP/IP packets, offering a clean API to facilitate the development of p…☆16Updated 3 months ago
- A simple, lightweight Python 2.7 interpreter, with predictable memory management and without global locks.☆9Updated 9 years ago
- Cross-platform C++ Window/UI bootstrap☆28Updated 8 years ago
- A set of C++ classes to perform expression parsing and symbolic expression differentiation / simplification.☆16Updated 8 years ago
- Demo of using C++0x constexpr functions for compile-time string hashing