diff --git a/README.md b/README.md index 9aabbf2c..9c9f2492 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,26 @@ # About The header-only part of the Lol Engine framework. + +| header | category | description | +|--------|:--------:|-------------| +| `` | system | command-line parsing | +| `` | system | portable file dialogs (imported from [here](https://github.com/samhocevar/portable-file-dialogs)) | +| `` | system | file reading utilities | +| `` | system | simple message logging | +| `` | system | threading and timers | +| `` | system | unit test framework | +| `` | system | various utilities: environment variables, string formatting, std::map and std::vector extensions… | +| `` | containers | n-dimensional dynamic array container | +| `` | text | the PEGTL parsing library (imported from [here](https://github.com/taocpp/PEGTL) | +| `` | text | suffix array library (imported from [here](https://github.com/storm-ptr/step) | +| `` | graphics | color conversions | +| `` | graphics | image loading, saving, and processing | +| `` | math | big integer calculations | +| `` | math | half-precision (16-bit) floating point numbers | +| `` | math | math constants, functions, random number generators, polynomials | +| `` | math | Perlin and simplex noise | +| `` | math | arbitrary precision floating point numbers | +| `` | math | quaternion, matrix and SQT transformation utilities | +| `` | math | GLSL-compatible vector classes | +