Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avaloniaui/xamlplayground
Avalonia Xaml Playground
https://github.com/avaloniaui/xamlplayground
avalonia avaloniaui playground xaml
Last synced: 3 months ago
JSON representation
Avalonia Xaml Playground
- Host: GitHub
- URL: https://github.com/avaloniaui/xamlplayground
- Owner: AvaloniaUI
- License: mit
- Created: 2022-01-28T11:44:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T09:56:03.000Z (12 months ago)
- Last Synced: 2024-10-07T09:59:19.760Z (3 months ago)
- Topics: avalonia, avaloniaui, playground, xaml
- Language: C#
- Homepage: https://play.avaloniaui.net/
- Size: 927 MB
- Stars: 58
- Watchers: 7
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Avalonia Xaml Playground
[![CI](https://github.com/AvaloniaUI/XamlPlayground/actions/workflows/build.yml/badge.svg)](https://github.com/AvaloniaUI/XamlPlayground/actions/workflows/build.yml)
[![Deploy to GitHub Pages](https://github.com/AvaloniaUI/XamlPlayground/actions/workflows/pages.yml/badge.svg)](https://github.com/AvaloniaUI/XamlPlayground/actions/workflows/pages.yml)![image](https://user-images.githubusercontent.com/2297442/195329309-f9a5dad0-db36-447b-9bcd-d6cf4e919cf8.png)
## Sharing Xaml
XamlPlayground uses GitHub [gists](https://gist.github.com/) to publicly share your creations.
The gist must contain a file named *Main.axaml* and optional *Main.axaml.cs* with code behind.
To share a xaml with others you should do the following:
* Create a gist with *Main.axaml*.
* Create an optional gist with *Main.axaml.cs*
* Append the gist ID to XamlPlayground URL. For example, to view [gist.github.com/6b6f586cecb37ada37da24c8e1fe408b](https://gist.github.com/6b6f586cecb37ada37da24c8e1fe408b) in XamlPlayground, use the URL [avaloniaui.github.io/XamlPlayground/6b6f586cecb37ada37da24c8e1fe408b](https://avaloniaui.github.io/XamlPlayground/6b6f586cecb37ada37da24c8e1fe408b).Example gists:
* [gist.github.com/6b6f586cecb37ada37da24c8e1fe408b](https://gist.github.com/6b6f586cecb37ada37da24c8e1fe408b)
## Resources
* [GitHub source code repository.](https://github.com/AvaloniaUI/XamlPlayground)
## License
XamlPlayground is licensed under the [MIT license](LICENSE.md).