Microsoft.Maui.Graphics.Controls icon indicating copy to clipboard operation
Microsoft.Maui.Graphics.Controls copied to clipboard

[Experiment] GraphicsControls in the web

Open jsuarezruiz opened this issue 4 years ago • 3 comments
trafficstars

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.

jsuarezruiz avatar Oct 11 '21 16:10 jsuarezruiz

can you please refer us a sample project for cross platform rendering including web ?

hintsofttech avatar Jan 16 '22 11:01 hintsofttech

Created an initial prototype here https://github.com/jsuarezruiz/alohakit-blazor-prototype

jsuarezruiz avatar Jul 07 '22 14:07 jsuarezruiz

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.

timahrentlov avatar Jul 30 '22 08:07 timahrentlov