Remix.run Logo
kristianp 2 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...

whimbyte 2 days ago | parent [-]

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#.