Update home authored by murks's avatar murks
...@@ -5,6 +5,7 @@ Some of it may only be explored rather than actually used. ...@@ -5,6 +5,7 @@ Some of it may only be explored rather than actually used.
## Likely components ## Likely components
* [x] Audio volume control, convert between [0,1], dBFS and possibly % [audio utilities - au library](https://git.tchncs.de/murks/decadejam/blob/master/lib/au.lua) * [x] Audio volume control, convert between [0,1], dBFS and possibly % [audio utilities - au library](https://git.tchncs.de/murks/decadejam/blob/master/lib/au.lua)
* [ ] Add UI using the above, variable steps and see what makes most sense. Maybe just explorative rather than reusable component due to UI lib dependency * [ ] Add UI using the above, variable steps and see what makes most sense. Maybe just explorative rather than reusable component due to UI lib dependency
* [ ] Audio management library, parallel playback, tagging sources, operations by tag
* [ ] ECS, possibly explore different approaches (ECS-A, ECS-B, ...) * [ ] ECS, possibly explore different approaches (ECS-A, ECS-B, ...)
* [ ] Rendering for different perspectives with proper z-ordering or whatever else makes sense [axonometric projections](https://en.wikipedia.org/wiki/Axonometric_projection#/media/File:Graphical_projection_comparison.png) * [ ] Rendering for different perspectives with proper z-ordering or whatever else makes sense [axonometric projections](https://en.wikipedia.org/wiki/Axonometric_projection#/media/File:Graphical_projection_comparison.png)
* [ ] top-down * [ ] top-down
... ...
......