Hi all,
I have found this project recently and I am curious is there an architecture for rendering of Graphics Controls in this repo ?
For example Avalonia doing the something similar, they use underlying draw system, but they have composability of graphic controls and due to this they have renderer architecture (Main Thread and Renderer Thread)
Do you have already specified the renderer architecture for composable Graphic Controls ?
Such kind of architecture will allow deterministically (not relying on underlying platform) propagate event in Tree like structure of composable Controls