Hacker News new | ask | show | jobs
by Duckers 4000 days ago
Hi, I'm Anders. I work at Fuse :)

UX markup is not directly related to XAML, allthough it is based on much of the same principles. UX markup is designed to be much less verbose and more compact. It is not very strict Xml, it prefers expressiveness over Xml conformance. Xml namespacing is supported though :)

UX with the Fuse libraries offer pretty much the same layouts as xaml, including Grid.

Uno is not .NET based at runtime. Uno is translated to C++ and runs as native code with no VM.

1 comments

Hey, thanks for replying! This all sounds pretty cool and I think you made the right choice regarding UX markup :)