This commit is contained in:
José Manuel Nieto 2015-06-21 17:04:37 +02:00
Родитель 97412467fc
Коммит 06b9f1642c
1 изменённых файлов: 5 добавлений и 8 удалений

Просмотреть файл

@ -1,8 +1,11 @@
# OmniXAML. The Cross-platform XAML Framework.
# OmniXAML
## The Cross-platform XAML Framework.
*I know you need it, I know you want it. I know you XAML!*
OmniXAML is a library that allows you interpret XAML with ease. You can read XAML and get the object it represents, like a Window in WPF, a document, a diagram or whatever object you can describe.
![Sample](https://cloud.githubusercontent.com/assets/3109851/8272107/1af21840-1837-11e5-85d5-e61c7c8e9679.png "Test Application")
**OmniXAML is a library that allows you interpret XAML with ease. You can read XAML and get the object it represents, like a Window in WPF, a document, a diagram or whatever object you can describe.**
In its current state it's able to interpret more or less complex XAML without problems.
@ -18,12 +21,6 @@ It already can deal with the some features that make XAML the coolest descriptiv
# Using OmniXAML with WFP
It's super easy! Just follow this [simple guide](https://github.com/SuperJMN/OmniXAML/wiki/Using-OmniXAML-for-WPF).
# Screenshots
![Test Application](https://cloud.githubusercontent.com/assets/3109851/8144539/a7bc8274-11e3-11e5-98b9-7ef890afaa5a.PNG "Test Application.")
You can read XAML and turn it into, for example, a Window like this:
![Sample XAML inflated to WPF](https://cloud.githubusercontent.com/assets/3109851/8144244/f072185e-11d3-11e5-8fc8-e3950aabc5f1.PNG "XAML inflated to WPF")
# Sample XAML
The following an example of XAML that can be read with OmniXAML.
```xml