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