blob: 1478996ddba2ddcdc77596edb93f5bff157a8d0b (
plain)
- [x] Support for multiple textures
- [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
- [ ] Rotation (using quaternions)