Microsoft.Maui.Graphics.Controls
Microsoft.Maui.Graphics.Controls copied to clipboard
[Experiment] GraphicsControls in the web
Create the basic stuff to have a Blazor .NET MAUI App and a SkiaSharp GraphicsView implementation to draw and allow to use the control on the web.
can you please refer us a sample project for cross platform rendering including web ?
Created an initial prototype here https://github.com/jsuarezruiz/alohakit-blazor-prototype
I like this idea - and the impact it could have.
To have a <Canvas/> component in which with all the drawn controls could be placed. One could use the drawn controls as an alternative to HTML/CSS. For web and hybrid. With a full set of drawn controls (layouts, etc), and a state model closer to that of Flutter, one could almost be tempted to skip standard MAUI for a few projects :)
Perhaps Blazor is a more "natural fit" for the drawn controls. And an uncontested space.