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: 2 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T01:39:39.000Z (over 2 years ago)
- Last Synced: 2025-01-09T10:28:50.171Z (over 1 year ago)
- Topics: cpp, cross-platform, rpi, windows
- Language: C
- Homepage:
- Size: 462 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