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

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

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).