https://github.com/cantro93/minilibs
MiniLibs - collection of C++ headers
https://github.com/cantro93/minilibs
cpp cpp20 event library
Last synced: 4 months ago
JSON representation
MiniLibs - collection of C++ headers
- Host: GitHub
- URL: https://github.com/cantro93/minilibs
- Owner: Cantro93
- License: gpl-3.0
- Created: 2023-07-19T10:41:04.000Z (almost 3 years ago)
- Default Branch: ref
- Last Pushed: 2024-06-25T16:52:29.000Z (about 2 years ago)
- Last Synced: 2025-08-20T17:53:50.703Z (10 months ago)
- Topics: cpp, cpp20, event, library
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minilibs
MiniLibs - collection of C++20 headers
> WARNING: most of these libraries are not back-compatible. See READMEs of specific headers for more information.
## Existing headers
* [``](https://github.com/Cantro93/minilibs/tree/objective) - alternative ways of types handling;
* [``](https://github.com/Cantro93/minilibs/tree/hook) - event handling for C++;
* [``](https://github.com/Cantro93/minilibs/tree/fraction) - rational numbers;
* [``](https://github.com/Cantro93/minilibs/tree/quaternion) - quaternions;
* [``](https://github.com/Cantro93/minilibs/tree/type) - metaprogramming tools;
> NOTE: click the header's name to go to the branch representing it.
## Licensing
Project is licensed under GNU General Public License (Version 3).
The license file is located here:
[LICENSE](LICENSE)
## Usage
See [samples](https://github.com/Cantro93/minilibs/tree/samples).