malamanteau / handycppLinks
A small collection of Open Source utilities and convenience functions that make C++17 development happier. All code is copied from other open source projects and can be safely used on commercial projects (see LICENSE file, IANAL).
☆14Updated 2 years ago
Alternatives and similar repositories for handycpp
Users that are interested in handycpp are comparing it to the libraries listed below
Sorting:
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated last year
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆20Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆35Updated 2 months ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 7 years ago
- easy to use callback library for C++☆42Updated 8 years ago
- Generic 2D graphics library for C++14☆28Updated last year
- A C++ header-only library for creating, displaying, iterating and manipulating dates☆78Updated 2 years ago
- A canvas addon for imgui☆30Updated 3 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- C++17 tiny vector math library☆45Updated 2 years ago
- A C++ library implementing linear algebra, text and file IO, UTF-N conversions, containers, image loading/saving, image quantization/filt…☆68Updated 2 months ago
- Heap allocation free version of C++11 std::function☆60Updated 4 years ago
- Tiny portable C++ library for atomic operations☆53Updated 2 years ago
- A single file C++11 header-only memory mapped file library.☆72Updated 2 years ago
- A simple, one-file, header-only, C++ utility for graphs, curves and histograms.☆77Updated 7 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆19Updated last year
- A generic, modern and extensible numerical toolkit following the syntax and functionality of the GLSL shading language, but it packed wit…☆16Updated last year
- A C++11 thread pool and profiler☆30Updated 7 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆52Updated 2 months ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 3 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆39Updated 2 months ago
- String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-bare…☆25Updated 2 months ago
- Utility classes and common functionality use by the mahi-lib ecosystem☆17Updated 2 years ago
- C++ utilities for lexing and parsing of script languages and configuration files.☆12Updated 8 years ago
- Archived!☆27Updated 4 years ago
- Lightweight C++ RPC framework without code generation☆34Updated 5 years ago
- a Dear ImGui based small offline sqlite editor (inspiration come to SqliteSpy)☆40Updated last week
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago