diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-08-04 16:08:22 +0000 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-08-04 16:08:22 +0000 |
commit | b16ca14911ad5df44ae499eed2d90c3ca2da4eb0 (patch) | |
tree | 685d64ea40f66b72c994bcfd3de0c5015a9cf36a /README.md | |
parent | ed1cab483e49e29396178a33dea51773aa770855 (diff) | |
download | ungrateful-b16ca14911ad5df44ae499eed2d90c3ca2da4eb0.tar.gz ungrateful-b16ca14911ad5df44ae499eed2d90c3ca2da4eb0.zip |
Vecs and tests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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; |