Nathan S.
Nathan S.
A concept of "layer" must be introduced, to allow adding stuff below and over activites without hardcoding them in `Application`. A layer has a "draw" method and is simply resized...
Having to add styles and themes entries programmatically is bad. They need to be loaded externally from XML files, called "stylesheets". Every built-in view should have its own stylesheet for...
This is a hairy one because I would like a way to treat `Image` and `MaterialIcon` the same way (and potentially more icons / images classes in the future). The...
Move the `describe` method to its own `Describable` class to make it reusable
When you have 200+ games on your Switch and you try to use the sys-clk manager, the framerate is down the toilets and RAM usage is up to the roof....
We should be able to animate views / their properties. Animations can have multiple steps, animating multiple parts. For example animate the scale from 0 to 1 in 10s then...
It would be nice to have a way to animate layout changes. Instead of having the layout pass done and every view be resized at once, the changes would be...