Hacker News new | ask | show | jobs
by zerr 223 days ago
Last time I checked, NativeAOT was only for console apps, i.e. didn't support any GUI frameworks.
1 comments

Avalonia and Uno both support NativeAOT:

https://avaloniaui.net/

https://platform.uno/

I was even able to statically link native dependencies during NativeAOT compilation of Avalonia app to produce a single binary. It's not the default mode for AOT compiled Avalonia, but it's possible.

ImGui.Forms is another one that supports NativeAOT.