From 7e380efd7d7996ee2f854c04989daf17f2b4f926 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Mon, 1 Jul 2024 22:15:49 -0700 Subject: [PATCH] Added features to readme. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f897620..9e0d17c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This project does not fully follow the C++ standard. ### Features - Audio IO/Processing/Manipulation - Image Processing/Manipulation +- Databases - 3D Model & Mesh Processing/Manipulation - File IO - Basic File Monitoring @@ -20,7 +21,7 @@ This project does not fully follow the C++ standard. - Mutexes - Semaphores - CPU information and features at runtime -- HTTP(S) Sockets +- HTTP(S) Socket Layer - TCP Socket - UDP Socket - COM (Serial) IO @@ -29,12 +30,13 @@ This project does not fully follow the C++ standard. - Twitch Integration - Json Parsing/Writing - User Friendly HID Input -- Basic Garbage Collector +- Heap Garbage Collector - Linked List - Array - Vector - Asynchronous Task System - URI Parsing +- USB (WIP) ### Supported Architectures - AMD64