You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
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