From a538d04c836e83de6fa15ed946a89399b310d894 Mon Sep 17 00:00:00 2001 From: karutoh Date: Thu, 1 Feb 2024 02:03:22 -0800 Subject: [PATCH] Added a feature list. --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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