diff options
author | talha <sarcxd@gmail.com> | 2025-01-31 23:34:34 +0500 |
---|---|---|
committer | talha <sarcxd@gmail.com> | 2025-01-31 23:34:34 +0500 |
commit | 3fe1dba06fedb42bf8af38905de98c5052161e2a (patch) | |
tree | f79bec4efb33d797a3463406631d57e6621f2fc7 /README.md | |
parent | 8c772d074915714aa059517971eb770f48edad40 (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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |