Added a feature list.
This commit is contained in:
parent
225c06aff2
commit
a538d04c83
34
README.md
34
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
|
||||
|
Loading…
Reference in New Issue
Block a user