jsuarezruiz / xamarin-forms-gui.cs

Xamarin.Forms gui.cs Backend
75 stars 14 forks source link

Is there a version of this on .NET MAUI ? #9

Open TonyHenrique opened 1 year ago

TonyHenrique commented 1 year ago

Hi, this is very cool. Can you make a version of this on .NET MAUI ?

It would be cool to have a MAUI way to output a decent console app UI, perhaps even stream this to a VT-100 terminal over the web.

It would be very cool to be able to publish an Azure Web App / Container App that serves a VT-100 GUI terminal

Also how could be the Visual Designer for this? https://github.com/gui-cs/TerminalGuiDesigner/issues/63#issuecomment-1234857869

Meanwhile, I can try to use this DOS CSS with Blazor. https://github.com/vlucas/dos-css

tznind commented 1 year ago

Last commit to this repo was 2020 so I think the project is discontinued. However there is a discussion .NET MAUI over on gui.cs Discussions ( https://github.com/gui-cs/Terminal.Gui/discussions/1738 )

And this repo would be the place to start (with a new fork presumbly) since from what I understand MAUI is mostly an evolution of xmarin forms.