aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbonmas14 <bonmas14@gmail.com>2025-08-04 16:08:22 +0000
committerbonmas14 <bonmas14@gmail.com>2025-08-04 16:08:22 +0000
commitb16ca14911ad5df44ae499eed2d90c3ca2da4eb0 (patch)
tree685d64ea40f66b72c994bcfd3de0c5015a9cf36a /README.md
parented1cab483e49e29396178a33dea51773aa770855 (diff)
downloadungrateful-b16ca14911ad5df44ae499eed2d90c3ca2da4eb0.tar.gz
ungrateful-b16ca14911ad5df44ae499eed2d90c3ca2da4eb0.zip
Vecs and tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 728a637..46f7a15 100644
--- a/README.md
+++ b/README.md
@@ -26,15 +26,19 @@ Only core features of C99 were used:
# Ungrateful
-Note: we need to manipulate register of SSE so we disable subnormals (Flush to zero).
+Todo: we need to manipulate register of SSE so we disable subnormals (Flush to zero).
+You should compile library and program with `UN_DOUBLE_PRECISION` if you want to make `real` type -- 64 bit float (aka don't define it in code).
Types, Strings, basic memory allocators (platform specific), and so on. Features:
+
+ Memory allocation;
+ Strings;
+ easing;
-- splines (qubic);
-- vecs/ivec;
++ vecs;
++ splines (qubic);
+
+Todo:
- matrix;
- Quaternions;
- raycasting;