diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-08-03 17:08:34 +0000 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-08-03 17:08:34 +0000 |
commit | a4d37d76512c293b12aab1f77961f96d572557b7 (patch) | |
tree | b355924f5415d191c1cd0d34d7f2590f28b4d34e /README.md | |
parent | 1cf89852f951b59b89f2a8bd7b54a0b0b74d439c (diff) | |
download | ungrateful-a4d37d76512c293b12aab1f77961f96d572557b7.tar.gz ungrateful-a4d37d76512c293b12aab1f77961f96d572557b7.zip |
Small changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 26 insertions, 5 deletions
@@ -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; |