• This repository has been archived on 14/Jun/2021
  • Stars
    star
    174
  • Rank 218,096 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created over 9 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The freakin' awesome Cross-platform XAML Framework

IMPORTANT: If you don't know how to use the library, just file an issue asking for help!

It's here. This is OmniXAML V2!

OmniXAML

The Cross-platform XAML Framework.

Join the chat at https://gitter.im/SuperJMN/OmniXAML

I know you need it, I know you want it. I know you XAML!

Sample

OmniXAML is a library that allows you interpret XAML with ease. You can read XAML and get the object it represents

As you may know (most people don't) XAML isn't in any way attached to any technology. It simply inflates an object model, like the deserialization of a XML file does. It's pretty much like XML, but with a few unique features.

Quickstart

You can read this quickstart to see how to load XAML in your application