Added features to readme.

This commit is contained in:
Arron David Nelson 2024-07-01 22:15:49 -07:00
parent b5e05864b6
commit 7e380efd7d

View File

@ -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