aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 70c7c2a..2f17e25 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Types, Strings, basic memory allocators (platform specific), and so on. Features
+ splines (qubic);
+ complex numbers;
+ Wide strings (internal);
++ Sorting;
Todo:
- matrix;
@@ -39,13 +40,12 @@ Todo:
- raycasting;
- Random;
- Noises;
-- Compression;
-- Sorting;
# Cynic
Platform layer for abstracting basic functionality, like loading libraries or threading. Features:
+- Compression;
- Library loading;
- Threading;
- non-blocking logging;