2D_Engine_C/TODO.md

27 lines
676 B
Markdown

# What to do for the 2D Engine
### Todo
- [ ] Create tilemap management and display
- [ ] Find tilemap building format
- [ ] Add building support for tilemaps in asset builder
- [ ] Add loading support in asset manager
- [ ] Display tilemaps
- [ ] Work on optimizations !
- [ ] Create camera
- [ ] Create entities management
- [ ] Find entities building format
- [ ] Add building support for entities in asset builder
- [ ] Add loading support in asset manager
- [ ] Change the way default values are defined across components and systems
- [ ] Remove the need of a dummy texture
### In progress
### Done
- [x] Work on linked lists optimizations