aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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;