Most active commenters
  • viraptor(3)

←back to thread

304 points vyrotek | 11 comments | | HN request time: 0.69s | source | bottom
1. imcritic ◴[] No.45894556[source]
Is there anything we can do to stop it? Or will it come anyway?
replies(3): >>45894697 #>>45894711 #>>45894905 #
2. keyle ◴[] No.45894697[source]
It looks like it comes just as a wasm payload, so, you can only vote with your feet.
3. piskov ◴[] No.45894711[source]
Why tho? We really need Silverlight reborn.

Also C# and .net overall are so damn good.

Anything to abolish the js and constant hacks upon hacks

replies(1): >>45896343 #
4. viraptor ◴[] No.45894905[source]
You can make your own better system which supports GUI and provides a reasonable runtime that works on all current major platforms and provides development tools, years of ecosystem development, etc. etc.

If it's better than what MAUI provides and you can support it for years, I'm sure that could take over and many people would use it instead. But... will you and why?

replies(2): >>45895381 #>>45896485 #
5. yndoendo ◴[] No.45895381[source]
I started moving to using GO and Fyne for cross-platform GUI tooling. GO 1.21 supports Windows 7 with Fyne. Ya still have to support Windows 7 for work. No more wasting time with managing a Windows installer.

QT Framework is still one of the best for cross-platform desktop applications when speed is key.

replies(1): >>45896331 #
6. viraptor ◴[] No.45896331{3}[source]
Searched the docs: No results for "Accessibility"

(Which is ok for some situations, but not for wide deployment like .net provides)

replies(1): >>45896393 #
7. noveltyaccount ◴[] No.45896343[source]
I want WASM+DOM so that we can use any language on the web
replies(1): >>45896484 #
8. yndoendo ◴[] No.45896393{4}[source]
Like I said tooling. Means that the User is well defined where Accessibility is not an issue. The tooling I creating is for people that have to engage with physical equipment; from replacing parts to making sure a motor is working properly.
9. breve ◴[] No.45896484{3}[source]
WASM and DOM in Rust: https://www.leptos.dev/

Uno can render to canvas or the DOM in C#: https://platform.uno/

Blazor renders to the DOM: https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blaz...

10. homebrewer ◴[] No.45896485[source]
Anything would be better than another UI toolkit made by Microsoft. They will abandon it in the matter of a few years like they did about 10 times already.
replies(1): >>45897833 #
11. viraptor ◴[] No.45897833{3}[source]
They may not be improved significantly now, but none of the toolkits got abandoned. You can still use anything from Win32 to MAUI today for a new app.