jsoysouvanh/Refureku
Cross-platform C++17 Runtime Reflection Library
This is a C++17 runtime reflection library that helps C++ developers automatically generate code to inspect and manipulate program elements like classes, methods, and fields at runtime. It takes your C++ source code with special macros as input and outputs generated C++ reflection code, allowing developers to build highly dynamic and flexible applications like game engines. It is designed for C++ developers working on complex, large-scale projects.
249 stars. No commits in the last 6 months.
Use this if you are a C++ developer building applications that require dynamic introspection and manipulation of C++ types and objects at runtime, similar to reflection capabilities found in languages like C#.
Not ideal if you are not a C++ developer or if your project does not require runtime reflection capabilities.
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
SoftSec-KAIST/CodeAlchemist
CodeAlchemist: Semantics-Aware Code Generation to Find Vulnerabilities in JavaScript Engines (NDSS '19)
Samsung/UTopia
UT based automated fuzz driver generation