I'm super enjoying my holidays as I'm finally getting a first end-to-end proof of concept of my UI prototype in C# π₯³
Nothing impressive captured in this GIF π but the code behind is still substantial: layout machinery, Button UI styling with themed colors following WinUI3 design, dirty regions rendering, mouse events, bi-directional bindings with automatic update of the UI elements, zero alloc (apart the string!), NativeAOT optimized (under 2.3MB)
Next step: animations! π
