Y
Hacker News
new
|
ask
|
show
|
jobs
by
kristianp
26 days ago
I'm not familiar with .net on Mac, what binding did you use to make this? .NET MAUI?
https://learn.microsoft.com/en-us/dotnet/maui/developer-tool...
1 comments
whimbyte
25 days ago
Not MAUI. It's .NET's macOS target (net10.0-macos, the macos workload that descends from Xamarin.Mac), which ships C# bindings for the native Apple frameworks. So the UI is plain AppKit used directly from C#.
link