Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
Перейти к файлу
Steven Kirk df834cec22 Merge pull request #550 from donandren/renametransformorigin
renamed Visual.TransformOrigin -> RenderTransformOrigin
2016-05-27 20:08:54 +02:00
docs Updated screenshot. 2016-05-20 16:03:18 +02:00
nuget Updated SkiaSharp nuget package version 2016-05-12 18:09:05 +02:00
samples Use ItemTemplates in test app. 2016-05-20 15:38:53 +02:00
scripts Fix rename script. 2016-05-12 11:41:43 +02:00
src Merge pull request #550 from donandren/renametransformorigin 2016-05-27 20:08:54 +02:00
tests Added render tests for geometry clipping. 2016-05-24 22:18:29 -04:00
.editorconfig Added editorconfig 2015-09-18 11:00:16 +03:00
.gitattributes Initial commit 2013-12-05 21:16:06 +01:00
.gitignore Added ncrunch project files. 2016-05-13 06:18:41 +02:00
.gitmodules Updated submodule URLs. 2016-05-13 05:53:37 +02:00
Avalonia.sln Refactored render tests to use a shared project since they share source files. 2016-05-24 21:38:08 -04:00
Avalonia.sln.DotSettings Renamed Perspex -> Avalonia 2016-05-11 23:36:54 +02:00
Avalonia.v2.ncrunchsolution Renamed Perspex -> Avalonia 2016-05-11 23:36:54 +02:00
Settings.StyleCop Stylecop fixes. 2014-12-04 19:55:49 +01:00
appveyor.yml Renamed Perspex -> Avalonia 2016-05-11 23:36:54 +02:00
licence.md Added licence.md 2014-12-09 18:33:00 +01:00
readme.md Update AppVeyor URL. 2016-05-12 00:26:42 +02:00

readme.md

Avalonia

![Gitter](https://badges.gitter.im/Join Chat.svg)

Build status

A multi-platform .NET UI framework. It can run on Windows, Linux, Mac OS X, iOS and Android.

Desktop platforms:

Mobile platforms:

NuGet

Avalonia is delivered as a NuGet package. You can find the packages here: (stable(ish), nightly)

You can install the package like this: Install-Package Avalonia -Pre

Background

Avalonia is a multi-platform windowing toolkit - somewhat like WPF - that is intended to be multi- platform. It supports XAML, lookless controls and a flexible styling system, and runs on Windows using Direct2D and other operating systems using Gtk & Cairo.

Current Status

Avalonia is now in alpha. What does "alpha" mean? Well, it means that it's now at a stage where you can have a play and hopefully create simple applications. There's now a Visual Studio Extension containing project and item templates that will help you get started, and there's an initial complement of controls. There's still a lot missing, and you will find bugs, and the API will change, but this represents the first time where we've made it somewhat easy to have a play and experiment with the framework.

Documentation

As mentioned above, Avalonia is still in alpha and as such there's not much documentation yet. You can take a look at the getting started page for an overview of how to get started but probably the best thing to do for now is to already know a little bit about WPF/Silverlight/UWP/XAML and ask questions in our Gitter room.

There's also a high-level architecture document that is currently a little bit out of date, and I've also started writing blog posts on Avalonia at http://grokys.github.io/.

Contributions are always welcome!

Building and Using

See the build instructions here

Contributing

Please read the contribution guidelines before submitting a pull request.