jsoysouvanh/Refureku
Cross-platform C++17 Runtime Reflection Library
Employs a code generator built as a Kodgen module that automatically produces reflection metadata during compilation, eliminating manual registration while allowing fully customizable macro syntax. Supports advanced features including dynamic library hot-reloading, class templates, multiple inheritance, and runtime type queries through base pointers via the `rfk::Object` interface. Provides a property system for attaching metadata to entities and enables field/method manipulation and type-safe instantiation through a unified reflection database.
249 stars. No commits in the last 6 months.
Stars
249
Forks
23
Language
C++
License
MIT
Category
Last pushed
Sep 03, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/jsoysouvanh/Refureku"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
howerj/dbcc
CAN DBC to C (and CSV, JSON and XML) compiler using the mpc parser combinator library
JhnW/devana
Python package to parse and generate C/C++ code as context aware preprocessor.
biojppm/regen
Easy C++ reflection and code generation
Samsung/UTopia
UT based automated fuzz driver generation
SoftSec-KAIST/CodeAlchemist
CodeAlchemist: Semantics-Aware Code Generation to Find Vulnerabilities in JavaScript Engines (NDSS '19)