16 skills found
saucer / Saucer🛸 A modern, cross-platform C++ webview library
AustinBrunkhorst / CPP ReflectionC++ Reflection Parser / Runtime Skeleton
chocolacula / Easy Reflection CppReflection brings the best way to serialize/deserialize json and yaml in C++
ReflectCxx / ReflectionTemplateLibrary CPPPowerful C++ runtime reflection with compile-time guarantees – and ZERO performance compromise.
Sleen / Cpp Reflectionan experimental c++ reflection library using c++11
Curve / Rebind🎲 Simple, compiler agnostic, C++23 reflection library (for aggregates and enums)
zhangguolian / Cpp FrameworkThe cpp-framework is a c++ framework, Which includes http, thread pool, timer, json, database, encryption, reflection and so on.
contour-terminal / Reflection CppC++ static reflection support library
cor3ntin / CppInjectionReflectionResearch on code injection & reflection in c++
cppreflect / MetappA cpp side compiler used for static reflection.
zenkovich / CppReflectionC++ Reflection utility
radif / CPP ReflectionReflection is not supported by current c++ standard, This examples demonstrates how to adopt reflection in your c++ code, particularly, string fromClass and classFromString. It relies on templates and a couple of short macros. The Factory functions are indexed in a map against the class string. The map is static, therefore is instantiated before int main() is given a chance to run. Making the reflection available right at the start without any setup code being required to run.
IlyaKozhevnikov7 / CppReflectionNo description available
fogsong233 / Cpp ReflectionNo description available
S-V / Cpp Reflection ImplYet another C++ reflection via templates and macros
radif / McbPlatformSupportmcbPlatform support is a c++11 framework which simplifies the cross platform resource driven application development on top of the the Cocos2d-x library. It has useful perks such as cpp reflection, multistep initialization through templates base class, plist parser (including color parsing, relative positioning and scaling parsing etc), path resolution, resource driven view builder, audio player, cocos2d actions with lambdas, dispatch to main thread api using lambdas