Pinned Repositories
angle
ANGLE: OpenGL ES to DirectX translation for Windows Store, Windows Phone and Desktop
build-libcurl-windows
Batch script to download and build libcurl (using Visual Studio compiler)
bundle
:package: Bundle, an embeddable compression library: DEFLATE, LZMA, LZIP, BZIP2, ZPAQ, LZ4, ZSTD, BROTLI, BSC, CSC, BCM, MCM, ZMOLLY, ZLING, TANGELO, SHRINKER, CRUSH, LZJB and SHOCO streams in a ZIP file (C++03)(C++11)
Calamity
Run any of these static methods to trigger the calamitous error condition of your choosing!
handycpp
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).
IdiomIMPL
A smart private-implementation (IMPL/PIMPL/SPIMPL) idiom library and example. Is a small macro extension of Andrey Upadyshev's brilliant SPIMPL implementation: https://github.com/oliora/samples
nanogui
Minimalistic GUI library for OpenGL
Packet
Simple Serialization Helper (Header Only)
restclient-cpp
C++ client for making HTTP/REST requests
malamanteau's Repositories
malamanteau/handycpp
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).
malamanteau/Packet
Simple Serialization Helper (Header Only)
malamanteau/Calamity
Run any of these static methods to trigger the calamitous error condition of your choosing!
malamanteau/restclient-cpp
C++ client for making HTTP/REST requests
malamanteau/angle
ANGLE: OpenGL ES to DirectX translation for Windows Store, Windows Phone and Desktop
malamanteau/cfgpath
Cross platform C header for obtaining paths to user configuration files and directories
malamanteau/crashrpt2
Crashrpt fixes and new features collected from various places
malamanteau/crossguid
Lightweight cross platform C++ GUID/UUID library
malamanteau/custom-chrome
Demonstrating composition of custom UI elements over the standard window frame
malamanteau/fast-hex
Fast, SIMD hex string encoder and decoder C++ lib and Node.js module
malamanteau/hash-library
Portable C++ Hashing Library
malamanteau/IconFontCppHeaders
C and C++ headers and C# classes for icon fonts: Font Awesome, Fork Awesome, Material Design, Material Design icons, Kenney game icons and Ionicons
malamanteau/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
malamanteau/ImWindow
Window and GUI system based on Dear ImGui from OCornut
malamanteau/lmql-tree-of-thoughts
LMQL implementation of tree of thoughts
malamanteau/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
malamanteau/nativefiledialog
A tiny, neat C library that portably invokes native file open and save dialogs.
malamanteau/portable-memory-mapping
Portable Memory Mapping C++ Class (Windows/Linux)
malamanteau/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
malamanteau/SHA1
My own adapted version of the SHA1 class from daancode
malamanteau/smallz4
Optimal LZ4 compression
malamanteau/source_x
Open Source Giant FPV Racing Drone Frame
malamanteau/sparkey
Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.
malamanteau/sqlar
Proof-of-concept "SQLite Archiver" program
malamanteau/stl-sort
C++ implementation of popular sorting algorithms
malamanteau/tacopie
C++ TCP Library - NO LONGER MAINTAINED
malamanteau/tiny-regular-expression-matcher
Tiny Regular Expression Matcher
malamanteau/wrike-imgui
Unofficial wrike.com client done in C++/WASM/dear imgui
malamanteau/xxhash
a super-fast hash algorithm in a single C++ header
malamanteau/xxHash-1
Extremely fast non-cryptographic hash algorithm