SO I suppose this will be just the main page of the wiki with a couple of links. Will this show up in a separate repo?
\ No newline at end of file
# Overview
For now the plan is to write a couple of components or even libraries that can be used in various jam games.
Some of it may only be explored rather than actually used.
## Likely components
- Audio volume control, convert between [0,1], dBFS and possibly %
- 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
- ECS, possibly explore different approaches (ECS-A, ECS-B, ...)
- Rendering for different perspectives with proper z-ordering or whatever else makes sense [axonomentric projections](https://en.wikipedia.org/wiki/Axonometric_projection#/media/File:Graphical_projection_comparison.png)
- top-down
- side-on
- oblique
- isometric
- Movement functionality for different kinds of grids