basalt
basalt copied to clipboard
[WIP] The Great Rework
Main changes:
-
vulkano
has been updated to0.34
. - Support for multiple windows!
- Window system has been completely rewritten.
- Rendering system has been completely rewritten.
Major Breaking Changes
-
Atlas
is no longer and has been replaced byImageCache
. - The main/primary window is no longer automatically created.
-
Bin
's must now be associated to a window. -
Swapchain
is now fully managed byBasalt
.
Things left to implement (non-exhaustive)
-
BUG: Setting a
Bin
to hidden doesn't always cause an update. - BUG: Bins where the z-index is overridden don't always appear.
- BUG: Previously non-visible text, that appears visible may not render.
- Alpha blending in the final fragment shader may be incorrect.