Updated Readme
This commit is contained in:
parent
80743102a2
commit
92706f42ed
@ -3,7 +3,7 @@ cpp-20 utility library for my projects
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Extensive logger using variadic templates to log almost anything
|
- Extensive logger using variadic templates to log almost anything
|
||||||
- VecX classes
|
- vecX and matMxN vector and matrix classes
|
||||||
- Some containers like a thread safe queue and a ringbuffer
|
- Some containers like a thread safe queue and a ringbuffer
|
||||||
- Regex that works with std::string_view
|
- Regex that works with std::string_view
|
||||||
- Type conversion utility (from string to int/float/uint/bool)
|
- Type conversion utility (from string to int/float/uint/bool)
|
||||||
@ -34,5 +34,8 @@ Install doxygen and run `make docs`, then open `docs/html/index.html`.
|
|||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
### 2022-09-10
|
||||||
|
- Added matrices to math lib
|
||||||
|
- Improved logger
|
||||||
### 2022-09-05
|
### 2022-09-05
|
||||||
- initial version
|
- initial version
|
||||||
|
Loading…
Reference in New Issue
Block a user