aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbonmas14 <bonmas14@gmail.com>2025-08-03 17:08:34 +0000
committerbonmas14 <bonmas14@gmail.com>2025-08-03 17:08:34 +0000
commita4d37d76512c293b12aab1f77961f96d572557b7 (patch)
treeb355924f5415d191c1cd0d34d7f2590f28b4d34e /README.md
parent1cf89852f951b59b89f2a8bd7b54a0b0b74d439c (diff)
downloadungrateful-a4d37d76512c293b12aab1f77961f96d572557b7.tar.gz
ungrateful-a4d37d76512c293b12aab1f77961f96d572557b7.zip
Small changes
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;