Apparently #microsoft introduced a new way of writing #UI s for #windows :

A #react like MVU based library as a successor to #XAML - including a crate to create performant and efficient native #Rust apps for windows:

https://github.com/microsoft/windows-rs/pull/4479

#rustlang #winui #winui3

Windows Reactor by kennykerr · Pull Request #4479 · microsoft/windows-rs

Windows Reactor is a UI library for Rust developers targeting WinUI 3 to deliver native, efficient Windows experiences. Overview windows-reactor brings a React-like component model to native Window...

GitHub
WinUI 3 Performance: A Leap Forward · microsoft microsoft-ui-xaml · Discussion #11096

Hello WinUI Community! Our mission is to make WinUI 3 the best native UI platform for Windows experiences and apps and performance is at the heart of that effort. Moving from WinUI 2 to WinUI 3 sho...

GitHub
Um #Windows11 schneller zu machen, will #Microsoft in Zukunft auf native Apps setzen. Zudem überarbeitet man den Code von #WinUI3. Erste Tests liefern nun einige vielversprechende Ergebnisse. https://winfuture.de/news,158678.html?utm_source=Mastodon&utm_medium=ManualStatus&utm_campaign=SocialMedia
Schnelleres Windows: Erster Test mit nativen Apps ist vielversprechend

Microsoft arbeitet daran, die Geschwindigkeit von Windows 11 dauerhaft zu verbessern. Ein wichtiger Baustein ist der Wechsel zu nativen Anwendungen und die Optimierung des Frameworks WinUI 3. Erste Testergebnisse zeigen einen deutlichen Leistungssprung.

WinFuture.de
Welcome to SkiaSharp 4.0 Preview 1 - .NET Blog

SkiaSharp 4.0 Preview 1 is here. Learn all about the new features and how Uno Platform has stepped up as a co-maintainer.

.NET Blog
Notepad on Windows 11 clearly has a “status bar” of sorts. But the #WinUI3 Gallery seems to show no such control (nor does the community toolkit). Did the Notepad team do their own custom thing? Does it go by a different name?
GitHub - AutoDarkMode/Windows-Auto-Night-Mode: Automatically switches between the dark and light theme of Windows 10 and Windows 11

Automatically switches between the dark and light theme of Windows 10 and Windows 11 - AutoDarkMode/Windows-Auto-Night-Mode

GitHub

Ra mắt BetterLyrics, ứng dụng nghe nhạc & lời bài hát tùy chỉnh cao cho Windows với giao diện đẹp, dịch lời bài hát offline và nhiều nguồn lời bài hát khác nhau #BetterLyrics #ỨngDụngNgheNhạc #LờiBàiHát #WinUI3 #Win2D #PhầnMềmMiễnPhí #MusicPlayer #LyricsApp #WindowsApp

https://www.reddit.com/r/SideProject/comments/1ono7co/sharing_my_winui3win2d_side_project_betterlyrics/

So You Want To Build a Windows GUI in ~~2022~~ 2025

i think i will stick with WinForms for another decade or two then

source: https://vxtwitter.com/reillywood/status/1485485529206382592

blogpost: https://www.reillywood.com/blog/windows-ui-frameworks/

original author: @reillywood

#wpf #winform #UWP #WinUI3 #WinUI #windows #ui #userinterface

Today, I looked into the nightmare hellscape that is #WinUI3/ #MAUI re: #a11y.

Immediate problem: There's a toolbox to insert controls, but otherwise no design view to be able to TAB through the control hierarchy.

Even with #IntelliSense, writing out ass loads of #XAML and #CSharp by hand is ridiculous!

All that boilerplate code is exactly something that AI *should* be able to help with. Too bad there's so much capitalism.

Tl;dr: Do you want a #WinUI3 app? Write 75% of the GUI code by hand.

I don't get the complaints about using IValueConverters in XAML.
If you don't like how they work, do or use something different.
I thought this was so obvious that it didn't need saying, but if it does...

https://www.mrlacey.com/2025/04/never-create-ivalueconverter-again.html

#MAUI #WPF #WinUI3 #WinDev #XAML

Never create an IValueConverter again?

An `IValue Converter` is a way to modify a value that is provided via a binding. I rarely use them, but others use them frequently and find ...