Update TODO

This commit is contained in:
2023-09-25 17:45:10 +02:00
parent ddf62f1834
commit 34c65be667

View File

@@ -1,28 +1,37 @@
# RogueMine
## Engine
### Rendering
- ~~API for drawing textured quads~~
- Camera API
- Switch to custom rendering (Veldrid?)
### Audio
- 2D audio abstraction
- Integrate FMOD
- ~~Integrate FMOD~~
### Misc
- Asset manager
- ~~Asset manager~~
- ~~Separate engine and game into separate projects~~
- Create a custom math library
- ~~Particle system~~
### Entity system
- ~~Layers (sorting mechanism)~~
## Input
- ~~Action system~~
### UI
- Basic containers
- MarginContainer
- XML layout file
- MarginContainer
- UIElement 2.0
- Interaction
- Callbacks