Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
Перейти к файлу
Nikita Tsukanov 70c24908a9 Various fixes for GTK and DeferredRenderer support 2017-10-01 02:37:49 +03:00
.ncrunch Updated ncrunch config 2017-08-24 23:48:14 +02:00
build Merge branch 'master' into framework-path-override 2017-09-19 21:52:08 -05:00
docs Updated build documentation 2017-09-21 23:30:00 +03:00
samples Various fixes for GTK and DeferredRenderer support 2017-10-01 02:37:49 +03:00
scripts
src Various fixes for GTK and DeferredRenderer support 2017-10-01 02:37:49 +03:00
tests Try to respect DispatcherPriority when possible 2017-09-30 17:20:40 +03:00
tools Use latest cake version 2017-09-25 16:27:59 +02:00
.editorconfig
.gitattributes
.gitignore Add .idea to .gitignore 2017-09-06 15:59:51 +03:00
.gitmodules Upgrade ReactiveUI to the v8 alpha nuget package so we don't need to maintain our own fork. Avalonia.ReactiveUI only registers the MainScheduler, and it does so via a call to UseReactiveUI on AppBuilder. 2017-08-27 19:03:29 -05:00
.travis.yml Specify osx_image 2017-09-05 15:30:50 +03:00
Avalonia.sln Merge branch 'master' into monomac 2017-09-13 14:43:32 +03:00
Avalonia.sln.DotSettings Apply FrameworkPathOverride automatically 2017-09-06 21:44:36 +03:00
Avalonia.v3.ncrunchsolution
NuGet.Config
Settings.StyleCop
appveyor.yml Cache correct version 2017-09-25 15:51:49 +02:00
build.cake Rename local variable 2017-09-25 16:01:37 +02:00
build.ps1
build.sh
licence.md
packages.cake Include MonoMac backend to Avalonia.Desktop package 2017-09-13 15:19:01 +03:00
parameters.cake Fix skia file location. 2017-08-15 13:21:31 -05:00
readme.md Remove CodeCov from README 2017-08-09 13:40:38 -07:00

readme.md

Avalonia

Gitter Chat Windows Build Status Linux/Mac Build Status
Gitter Build status 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

Bleeding Edge Builds

Try out the latest build of Avalonia available for download here: https://ci.appveyor.com/project/AvaloniaUI/Avalonia/branch/master/artifacts

Try out the ControlCatalog to give it a quick demo.

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.