Skip to content
forked from Noesis/Xamltoy

A place for sharing and testing Noesis XAMLs

Notifications You must be signed in to change notification settings

pabloegpf1/Xamltoy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • HTML 11.8%
  • CSS 10.9%