# TODO List
Or at least, ideas.
## Platform support
- Other winit-supported platforms (at least Linux and MacOS).
## Toolchain support
- Ensure toolchain support, e.g. Windows GNU.
## Color support
- Other color formats, depending on hardware support.
## Window size
- Better default size (depends on monitors & hardware).
- Function to initialize with specific window dimensions.
## Optimize
- Memory allocations
- Vulkan setup
- Command buffers
- Swapchain images count
## Simplify & Generalize