Become a sponsor to StormBytePP
StormBytePP
I am the author of StormByte Suite: focused C++ libraries and the tools that keep them buildable on Linux, Windows, and macOS.
The public surface is intentionally small. BuildMaster is eight CMake commands over a graph of third-party CMake and Meson projects. StormByte-Crypto is “load a key, encrypt the buffer” on top of Crypto++, without CryptoPP:: in your headers. The weeks you do not spend on zsd.lib, VLAs, or a Meson prefix that never sees pkg-config are the product.
I use this stack first. Then I open it. When a blocker is not mine to keep — native MSVC for libvmaf, a Meson regression — I send it upstream instead of sitting on an LGPL-only patch.
Sponsors buy evenings that would otherwise go to yet another private orchestration layer. A star and a precise issue already help. If you want more than that, this page is the channel.
Featured work
-
StormBytePP/StormByte-Multimedia
StormByte library module for handling multimedia files
C++ 1 -
StormBytePP/StormByte-Network
Inherit Client or Server. Framed packets, Buffer pipelines, IPv4/IPv6. POSIX and Winsock stay private.
C++ 1 -
StormBytePP/StormByte-BuildMaster
A short CMake DSL for vendoring CMake and Meson projects without the usual third-party spaghetti. Declare components and edges in any order; BuildMaster materializes stages, IMPORTED targets and on…
CMake