Celtoys / clReflectLinks
C++ Reflection using clang
☆282Updated 2 years ago
Alternatives and similar repositories for clReflect
Users that are interested in clReflect are comparing it to the libraries listed below
Sorting:
- Metareflect is a lightweight reflection system for C++, based on LLVM and Clangs libtooling.☆260Updated 5 years ago
- Fast dynamic cast in C++ for MSVC, outperforming the regular dynamic cast by up to 25 times☆104Updated 8 years ago
- Zmeya is a header-only C++ binary serialization library designed for games and performance-critical applications☆129Updated this week
- Small collection of debug-related drop-in c/c++-utils☆252Updated 3 years ago
- Cross-platform, fiber-based, multi-threaded task scheduler designed for video games.☆585Updated 4 years ago
- Multi-Threaded Job System using Fibers☆179Updated 3 years ago
- PPK_ASSERT is an orthodox drop-in & self-contained C++ assertion library ⚠️☆210Updated 4 years ago
- Lightweight C++ task system☆82Updated 8 years ago
- A small C++ library to handle hashed strings serving as identifiers.☆189Updated 5 years ago
- Tiny (as in minimal) implementation of some core STL functionality☆246Updated last year
- Blazing fast memory allocator designed for video games☆320Updated 2 years ago
- C++17 GLSL-like vector and matrix math lib☆188Updated 3 years ago
- A task scheduling framework designed for the needs of game developers.☆455Updated 2 years ago
- unofficial mirror☆146Updated 6 years ago
- Reflang - Modern C++ reflection using libclang☆375Updated 4 years ago
- Library of ImGui controls for displaying performance metrics.☆245Updated 2 years ago
- microprofile - embeddable CPU/GPU profiler☆498Updated 2 years ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C++☆89Updated 4 years ago
- A library for C++ reflection and introspection☆200Updated 8 years ago
- Modified version of Sony's open sourced vector and matrix math library.☆304Updated last year
- A lock-free CommandBuffer implementation designed for multi-threaded rendering applications.☆187Updated 6 years ago
- A work in progress minimal C++ static reflection API and codegen tool.☆261Updated 4 years ago
- Header-only C++17 wrapper for OpenGL 4.6 Core Profile.☆162Updated 3 years ago
- Single header C++ Libraries for Thread Scheduling, Rendering, and so on...☆476Updated 2 years ago
- Program analyses debugger information file (PDB, so Microsoft Visual C++ only) and presents info about user defined structures (size, pad…