diff options
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; |