Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psturm108/cpptoolkit
A header only library for C++ for advanced programming concepts
https://github.com/psturm108/cpptoolkit
async asyncio c cpp image image-processing mathematics matrix vector
Last synced: 27 days ago
JSON representation
A header only library for C++ for advanced programming concepts
- Host: GitHub
- URL: https://github.com/psturm108/cpptoolkit
- Owner: psturm108
- Created: 2024-09-09T19:53:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T01:53:53.000Z (4 months ago)
- Last Synced: 2024-10-25T22:30:46.981Z (2 months ago)
- Topics: async, asyncio, c, cpp, image, image-processing, mathematics, matrix, vector
- Language: C++
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Security: SECURITY.md
Awesome Lists containing this project
README
# CPPToolkit
The CPP Toolkit helps C++ developers create software faster by generalizing common objectives into an
easy to use library. The library is header only making compilation easier for new developers and users.
The library uses as many POSIX libraries as possible and aims for cross-compilation on a number of
different platforms with the main focus being the Linux platform.## Core
At the core of the library we have:
- General mathematics tools
- General architecture tools
- General input / output tools
- Image procesing algorithms
- Encryption processing tools
- Advanced hardware controllers