A collection of self-contained header-only libraries for common C++ tasks. May expand as I realize more common tasks that I reimplement or need often.
Click on the library name to see the documentation.
Name | Description |
---|---|
utils::cmd | Command line argument parsing |
utils::color | Common color operations |
utils::log | Logging and debugging |
utils::math | Vector and Matrix operations |
utils::string | Common string utilities |
Some libraries are not entirely finished, remaining features are documented as TODOs in the respective files.