Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
Перейти к файлу
Wiesław Šoltés d0fbbc9182 Removed nuget libraries for Android and iOS targets
They are part of Xamarin bcl.
2017-03-20 22:29:10 +01:00
.ncrunch Moved ncrunch files to their own dir. 2017-03-04 02:12:54 +01:00
build Removed nuget libraries for Android and iOS targets 2017-03-20 22:29:10 +01:00
docs Added remark for RenderTransformOrigin 2016-12-04 20:38:54 +01:00
samples Added msbuild props for package references 2017-03-19 16:31:09 +01:00
scripts Fix rename script. 2016-05-12 11:41:43 +02:00
src Removed nuget libraries for Android and iOS targets 2017-03-20 22:29:10 +01:00
tests Fix netcoreapp1.1 target framework build 2017-03-19 20:24:55 +01:00
.editorconfig Added editorconfig 2015-09-18 11:00:16 +03:00
.gitattributes Initial commit 2013-12-05 21:16:06 +01:00
.gitignore Moved ncrunch files to their own dir. 2017-03-04 02:12:54 +01:00
.gitmodules Updated submodule URLs. 2016-05-13 05:53:37 +02:00
.travis.yml Run Avalonia.Base.UnitTests using `dotnet test` 2017-03-08 23:26:07 +03:00
Avalonia.sln Added msbuild props for package references 2017-03-19 16:31:09 +01:00
Avalonia.sln.DotSettings Updated Resharper naming rules to match our conventions. 2017-01-11 11:38:20 -06:00
Avalonia.v3.ncrunchsolution Ensure correct thread for AvaloniaProperty access. 2017-03-05 02:11:13 +01:00
NuGet.Config Added cake build scripts 2016-08-16 16:14:01 +02:00
Settings.StyleCop Stylecop fixes. 2014-12-04 19:55:49 +01:00
appveyor.yml Update appveyor.yml 2017-03-09 00:30:43 +03:00
build.cake Disable .NET Core markup unit tests 2017-03-19 21:14:29 +01:00
build.ps1 Allow to skip unit tests from cake build 2016-08-26 05:40:15 +03:00
build.sh Update build.sh 2016-08-26 13:46:06 +02:00
licence.md Added licence.md 2014-12-09 18:33:00 +01:00
packages.cake Added msbuild props for package references 2017-03-19 16:31:09 +01:00
parameters.cake Split cake build script 2017-02-04 17:41:25 +01:00
readme.md Update readme to include code coverage. 2016-11-03 20:14:27 -05:00

readme.md

Avalonia

Gitter Chat Windows Build Status Linux/Mac Build Status Code Coverage
![Gitter](https://badges.gitter.im/Join Chat.svg) Build status Build Status codecov

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.