aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 26 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3d40b34..49c0470 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Ungrateful
-C99 standard library for game development.
+C99 standard libraries for game development.
# Note:
@@ -14,7 +14,28 @@ Only core features of C99 were used:
# TODO:
-- File IO.
-- Memory allocation.
-- Threading.
-- Strings.
++ Memory allocation;
++ Strings;
+- compressing algorithms;
+- Wide strings;
+- vecs/ivec;
+- matrix;
+- splines (qubic);
+- easing;
+- Quaternions;
+- noise;
+- random;
+- sorting;
+- raycasting;
+- sorting;
+
+# Serf
+- Library loading;
+- Threading;
+- non-blocking logging;
+- Clocks;
+- File IO;
+- Configurations;
+
+
+- Internal, compressable filesystem for speeding up IO work;