summaryrefslogtreecommitdiff
path: root/TODO.md
blob: 76a45bb071164f055ad4d38ba346c12cf01c3b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  • [x] Support for multiple textures
  • [x] Non-hardcoded projection settings
  • [x] Model importing
  • [x] Multiple light sources
  • [ ] Fix the ECS member crate "extension" example
  • [ ] 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
  • [ ] Rotation (using quaternions)