AntonShalgachev / coilLinks
Call any function with command-like syntax at runtime (with automatic argument management). No dependencies, no boilerplate code, no macros, fast compilation
☆12Updated 2 years ago
Alternatives and similar repositories for coil
Users that are interested in coil are comparing it to the libraries listed below
Sorting:
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- An Simplified JSON (SJSON) C++ reader and writer☆22Updated last year
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 10 months ago
- Small C++ workstealing task scheduler meant for gamedev.☆33Updated 4 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆25Updated 4 years ago
- ☆36Updated 6 years ago
- A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of go…☆77Updated 6 months ago
- A Embedded Gpu Profiler for Dear ImGui App☆53Updated 2 weeks ago
- Archived!☆27Updated 3 years ago
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆20Updated 3 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 5 months ago
- Reasonably fast Fourier transform in a single header for C and C++☆36Updated 2 years ago
- Single header file with a bunch of useful statistical functions such as ANOVA, Kruskal-Wallis, T-test, etc.☆14Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated last week
- C++11 syntactic sugar for ImGui with RAII guards☆71Updated 6 months ago
- Modern C++ Parallel Task Programming Library☆8Updated 6 years ago
- ☆29Updated 9 years ago
- C++20 compile-time reflection library.☆35Updated 9 months ago
- some helpers im using since 2009. contain usefull things like vec2, vec3, vec4, variant, actionTime and more☆18Updated 10 months ago
- Header-only implementation of a grid for spatial lookups☆26Updated 8 months ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆41Updated last year
- Make your C/C++ console apps prettier!☆38Updated 6 years ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 9 months ago
- Dear ImGui 2D scripting language inspired by Werkzeug from Farbrausch