diff --git a/README.md b/README.md index e647a70..70568e9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,37 @@ +# About +Much like boost.io this library is a replacement of the standard C/C++ libraries. It provides most features needed when designing applications in a cross-platform manner. + +### Features +- Audio IO/Processing/Manipulation +- Image Processing/Manipulation +- 3D Model & Mesh Processing/Manipulation +- File IO +- Basic File Monitoring +- Console IO +- 2/3/4D Vectors +- 2x2/3x3/4x4 Matrices +- Hardware/Software Level Math Functions +- Smart Pointers +- Threads +- Mutexes +- Semaphores +- CPU information and features at runtime +- HTTP(S) Sockets +- TCP Socket +- UDP Socket +- COM (Serial) IO +- UTF_8/16/32 Character Encoding +- Spotify Integration +- Twitch Integration +- Json Parsing/Writing +- User Friendly HID Input +- Basic Garbage Collector +- Linked List +- Array +- Vector +- Asynchronous Task System +- URI Parsing + # Compiling ## Prerequisites