diff options
author | talha <sarcxd@gmail.com> | 2025-02-01 17:39:57 +0500 |
---|---|---|
committer | talha <sarcxd@gmail.com> | 2025-02-01 17:39:57 +0500 |
commit | ffda86a00d364187111e227b724fbc7b82628c62 (patch) | |
tree | 036d3e8d8f4773239610e5386110836d828f53e6 | |
parent | 14010050b5030bad7eb3edc20a603ace0c9cd099 (diff) |
Updated readmemaster
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ but they work, have led to me learning quite a fair bit about programming in gen ## Features - vector math (see source/math.h) - text rendering with decent performance -- manual memory management using memory arenas +- manual memory management using memory arenas (see source/memory/arena.h) - a batched renderer for quads that has decent performance ## Building |