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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T09:56:03.000Z (over 1 year ago)
- Last Synced: 2025-01-29T11:11:53.742Z (3 months ago)
- Topics: avalonia, avaloniaui, playground, xaml
- Language: C#
- Homepage: https://play.avaloniaui.net/
- Size: 927 MB
- Stars: 63
- Watchers: 7
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Avalonia Xaml Playground
[](https://github.com/AvaloniaUI/XamlPlayground/actions/workflows/build.yml)
[](https://github.com/AvaloniaUI/XamlPlayground/actions/workflows/pages.yml)
## 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).