diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-05 20:00:23 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-05 20:00:23 +0200 |
commit | c962b8721aaaaf001e9599fac17596bef71e433d (patch) | |
tree | 234f237d0eb7f750a919f6c04df6df7f93630ff6 | |
parent | b92441542f2e15c635967ffa06374aa92daaf657 (diff) |
docs: update todo list
-rw-r--r-- | TODO.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ - [x] Non-hardcoded projection settings - [x] Model importing - [x] Multiple light sources +- [ ] Make ECS framework use archetypes +- [ ] Add support for entity tags in ECS framework +- [ ] Add support for adding components to entities at runtime in ECS framework +- [ ] Add support for removing components from entities at runtime in ECS framework +- [ ] Add support for entity relationships in ECS framework +- [ ] Add component events (removal & addition) in ECS framework +- [ ] Audio - [ ] Transparent/translucent models - [ ] Animations - [ ] Physics |