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.
Comments
Last time I checked, NativeAOT was only for console apps, i.e. didn't support any GUI frameworks.
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.