Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s1ink/cpp-tools

A general C++ library for QOL items and extensions to the standard library
https://github.com/s1ink/cpp-tools

cpp cross-platform rpi windows

Last synced: 4 days ago
JSON representation

A general C++ library for QOL items and extensions to the standard library

Awesome Lists containing this project

README

        

# About
This is just some quality of life code that I have developed and use frequently in my projects (remnants are visible in my other repos). I have tried to make as much of the code cross-platform, but some is specific to a single platform. These files are contained within a folder titled by platform. Some libraries that I also commonly implement (or are used in this repo) include:
- Pigpio: https://github.com/joan2937/pigpio
- MegaMimes (for HTTP): https://github.com/trumpowen/MegaMimes