Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s1ink/cpp-tools
- Owner: S1ink
- Created: 2021-11-21T20:42:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T22:37:38.000Z (over 1 year ago)
- Last Synced: 2023-10-20T22:56:12.414Z (about 1 year ago)
- Topics: cpp, cross-platform, rpi, windows
- Language: C
- Homepage:
- Size: 512 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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