naquin / native
Native C++ Library
☆49Updated 9 years ago
Alternatives and similar repositories for native:
Users that are interested in native are comparing it to the libraries listed below
- C++ reflection framework (for fun)☆14Updated 10 years ago
- A generic single header garbage collector that mixes reference counting and a mark & sweep algorithm☆18Updated 7 years ago
- Header only debug module for c++11☆38Updated 10 years ago
- A simple, lightweight Python 2.7 interpreter, with predictable memory management and without global locks.☆9Updated 9 years ago
- C++ toolbox for modern OpenGL☆13Updated 10 years ago
- A sparse and compressed bitmap library.☆11Updated 10 years ago
- Tiny format/mustache templating library (C++11)☆23Updated 8 years ago
- Foundations of symbol based programming☆30Updated 5 years ago
- Lightweight append-only, header-less, journaling file format (C++11)☆13Updated 9 years ago
- Public Domain random number generators for C++☆16Updated 10 years ago
- Command-line archiver: DEFLATE, LZMA, LZIP, BZIP2, ZPAQ, LZ4, ZSTD, BROTLI, BSC, CSC, BCM, MCM, ZMOLLY, ZLING, TANGELO, SHRINKER, CRUSH,…☆21Updated 8 years ago
- C++ Memory allocator for packet queues that free() in roughly the same order that they alloc().☆16Updated 7 years ago
- 🐶chihuahua - tiny & fast rendering library☆13Updated 8 years ago
- A signal/slot implementation using std::function.☆12Updated 10 years ago
- Allocation benchmarks☆30Updated 8 years ago
- A light-weight C++ profiling library☆31Updated 10 years ago
- Basic C99 implementations of various fundamental data structures (queue, stack, graph, heap, etc.)☆15Updated 7 years ago
- A cross-platform immediate mode user-interface library. Public domain.☆34Updated 7 years ago
- A lightweight ring dependency system (C++11)☆19Updated 9 years ago
- A handy string interpolator (C++11)☆13Updated 9 years ago
- C/C++ Preprocessor Magic☆54Updated 9 years ago
- Generate SSE expressions from prefix expressions☆20Updated 14 years ago
- Lightweight Msgpack Encoder☆15Updated 8 years ago
- Crawler, a quick prototiping platform for Windows (C++11)☆14Updated 9 years ago
- typesafe tagged union with "don't call us, we'll call you" feature