Skip to content

rmunoz-software/Xamltoy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

198 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xamltoy

XamlToy is our online editor for XAML compatible with NoesisGUI. You can try it live at xamltoy.noesisengine.com.

XamlToy was created to easily share XAML snippets. It is being used in release notes to showcase new features, in our tracker to report issues or just to share cool things at our forums. Just a few examples:

Screenshoot

Sharing Guide

Xamltoy uses GitHub gists to publicly share your creations.

The gist must contain a file named Main.xaml. It can also contain extra resources like images, fonts and dictionaries. Those extra resources are referenced as being as the same directory than Main.xaml. For example:

<Button FontFamily="./#Aero Matics" FontSize="24" Background="#FF124C7A" Content="Button"/>

To share a xaml with others you should do the following:

Some example gists:

Happy sharing!

Feedback

Please use our forums for bug reports and feature requests

About

A place for sharing and testing Noesis XAMLs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 80.6%
  • HTML 10.5%
  • CSS 8.9%