ZIm/zed
Nathan Sobo 119aa452b6 Overhaul the entire element system
Now the Element trait is designed to be wrapped in a Lifecycle enum that gets placed inside an ElementBox. This allows the framework to store data on behalf of the Element implementation, such as sizes, bounds, and also implementation-specific LayoutState and PaintState types. This makes it easier to reason about which data is available in each Element method.
2021-03-21 20:54:23 -06:00
..
src Overhaul the entire element system 2021-03-21 20:54:23 -06:00
Cargo.toml WIP: Start on rendering scenes via presenter 2021-03-18 21:33:16 -06:00