Updated project status
This commit is contained in:
parent
b07bc1365e
commit
4390e80b26
1 changed files with 5 additions and 5 deletions
10
README.org
10
README.org
|
|
@ -1,15 +1,15 @@
|
||||||
* Todo list
|
* Todo list
|
||||||
- [ ] Create arena allocator
|
- [X] Create arena allocator
|
||||||
- [ ] Create dynamic arrays using 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
|
- [ ] Create method of storing models and model data
|
||||||
- [ ] implement textures and simple lighting
|
- [ ] implement textures and simple lighting
|
||||||
- [ ] Figure out a simple game to make with this engine
|
- [ ] Figure out a simple game to make with this engine
|
||||||
|
|
||||||
* TODO Arena Allocator Requirements
|
* TODO Arena Allocator Requirements
|
||||||
- [ ] Sub arenas
|
- [X] Sub arenas
|
||||||
- [x] Arena infinite growth (not contiguos)
|
- [x] Arena infinite growth (not contiguous)
|
||||||
- [ ] contiguos memory spaces for dynamic arrays that grow larger than the arena size
|
- [ ] contiguous memory spaces for dynamic arrays that grow larger than the arena size
|
||||||
** Optional
|
** Optional
|
||||||
- [ ] free lists to reuse abandoned chunks of memory arenas
|
- [ ] free lists to reuse abandoned chunks of memory arenas
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue