Skip to content

Comment on Ask HN: Anyone else use FreePascal as their low level language?parent

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.