summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortalha <sarcxd@gmail.com>2025-01-31 23:34:34 +0500
committertalha <sarcxd@gmail.com>2025-01-31 23:34:34 +0500
commit3fe1dba06fedb42bf8af38905de98c5052161e2a (patch)
treef79bec4efb33d797a3463406631d57e6621f2fc7 /README.md
parent8c772d074915714aa059517971eb770f48edad40 (diff)
Updated level format and level loading:
- no longer need to specify number of level elements up front
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a353bd7..89bcc87 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +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
- a batched renderer for quads that has decent performance
## Building