From 4390e80b26db69dbc51ff2f55e1bd6af51f6ca26 Mon Sep 17 00:00:00 2001 From: Warwick Date: Sat, 31 Jan 2026 18:02:05 +0000 Subject: [PATCH] Updated project status --- README.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 7ece857..3bde2de 100644 --- a/README.org +++ b/README.org @@ -1,15 +1,15 @@ * Todo list - - [ ] Create arena allocator + - [X] Create arena allocator - [ ] Create dynamic arrays using arena allocator - - [ ] Create stack function caller for calling library deallocators + - [X] Create stack function caller for calling library deallocators - [ ] Create method of storing models and model data - [ ] implement textures and simple lighting - [ ] Figure out a simple game to make with this engine * TODO Arena Allocator Requirements - - [ ] Sub arenas - - [x] Arena infinite growth (not contiguos) - - [ ] contiguos memory spaces for dynamic arrays that grow larger than the arena size + - [X] Sub arenas + - [x] Arena infinite growth (not contiguous) + - [ ] contiguous memory spaces for dynamic arrays that grow larger than the arena size ** Optional - [ ] free lists to reuse abandoned chunks of memory arenas