|
|
91266cc841
|
Move towards a new reconciler model, undo a lot of the weird stretch integrations I had done, separate out Layout and Appearance concepts, introduce ComponentKey and constructor lifecycle for components
|
2019-05-27 00:22:33 -07:00 |
|
|
|
6833e39d52
|
Move the reconciler into the lifecycle crate, so that we can (properly) support state changes. Wrap the reconciliation phase in a RenderEngine, which root-level objects (windows, etc) can subscribe to and interface with. Migrate a few things relating to themes out of alchemy core and into styles, because the reconciliation phase requires them and they fit well enough there... solving a circular dependency.
|
2019-05-26 00:27:07 -07:00 |
|
|
|
c7ef19a943
|
Slight tweak to how gets created on demand. We use an now, for mutability/immutability needs in the reconciliation process. Not sure offhand how much the double lock of will affect things, but that's a problem for later.
|
2019-05-24 21:44:35 -07:00 |
|
|
|
2035318460
|
Guess I should put this under version control LOL
|
2019-05-23 22:11:07 -07:00 |
|