2016-05-12 00:36:54 +03:00
# Avalonia
2014-09-09 01:55:57 +04:00
2015-06-12 15:11:27 +03:00
2017-08-09 23:40:38 +03:00
| Gitter Chat | Windows Build Status | Linux/Mac Build Status |
|---|---|---|
| [![Gitter ](https://badges.gitter.im/Join%20Chat.svg )](https://gitter.im/AvaloniaUI/Avalonia?utm_campaign=pr-badge& utm_content=badge& utm_medium=badge& utm_source=badge) | [![Build status ](https://ci.appveyor.com/api/projects/status/hubk3k0w9idyibfg/branch/master?svg=true )](https://ci.appveyor.com/project/AvaloniaUI/Avalonia/branch/master) | [![Build Status ](https://travis-ci.org/AvaloniaUI/Avalonia.svg?branch=master )](https://travis-ci.org/AvaloniaUI/Avalonia) |
2016-07-05 21:29:53 +03:00
2015-12-03 22:33:52 +03:00
A multi-platform .NET UI framework. It can run on Windows, Linux, Mac OS X, iOS and Android.
2014-09-09 01:55:57 +04:00
2017-10-03 09:36:47 +03:00
[![ ](docs/images/screen.png )](https://youtu.be/wHcB3sGLVYg)
2015-09-21 20:58:07 +03:00
2015-12-03 22:33:52 +03:00
Desktop platforms:
2016-05-12 00:36:54 +03:00
< a href = 'https://www.youtube.com/watch?t=28&v=c_AB_XSILp0' target = '_blank' > ![](docs/images/avalonia-video.png)< a / >
2014-12-03 01:05:50 +03:00
2015-12-03 22:33:52 +03:00
Mobile platforms:
2015-12-05 14:11:52 +03:00
< a href = 'https://www.youtube.com/watch?v=NJ9-hnmUbBM' target = '_blank' > ![](https://i.ytimg.com/vi/NJ9-hnmUbBM/hqdefault.jpg)< a / >
2015-12-03 22:33:52 +03:00
2015-09-21 21:33:40 +03:00
## NuGet
2016-05-12 00:36:54 +03:00
Avalonia is delivered as a NuGet package.
You can find the packages here: ([stable(ish)](https://www.nuget.org/packages/Avalonia/), [nightly ](https://github.com/AvaloniaUI/Avalonia/wiki/Using-nightly-build-feed ))
2015-09-21 21:33:40 +03:00
You can install the package like this:
2016-05-12 00:36:54 +03:00
`Install-Package Avalonia -Pre`
2015-09-21 21:33:40 +03:00
2016-10-26 12:12:37 +03:00
## 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.
2015-08-31 15:45:38 +03:00
## Background
2014-09-09 01:55:57 +04:00
2016-05-12 00:36:54 +03:00
Avalonia is a multi-platform windowing toolkit - somewhat like WPF - that is intended to be multi-
2015-09-01 22:25:57 +03:00
platform. It supports XAML, lookless controls and a flexible styling system, and runs on Windows
2017-10-03 09:41:47 +03:00
using Direct2D and other operating systems using Skia and OS-specific windowing backend (GTK, Cocoa, etc).
2014-09-09 01:55:57 +04:00
2015-08-31 15:45:38 +03:00
## Current Status
2014-09-09 01:55:57 +04:00
2016-05-12 00:36:54 +03:00
Avalonia is now in alpha. What does "alpha" mean? Well, it means that it's now at a stage where you
2015-08-31 15:45:38 +03:00
can have a play and hopefully create simple applications. There's now a [Visual
2017-05-13 22:19:07 +03:00
Studio Extension](https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.AvaloniaforVisualStudio)
2015-08-31 15:45:38 +03:00
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.
2014-09-09 01:55:57 +04:00
2014-12-13 00:04:55 +03:00
## Documentation
2015-02-05 20:28:00 +03:00
2016-05-12 00:36:54 +03:00
As mentioned above, Avalonia is still in alpha and as such there's not much documentation yet. You can
2016-02-13 12:16:03 +03:00
take a look at the [getting started page ](docs/tutorial/gettingstarted.md ) for an
2015-09-01 22:25:57 +03:00
overview of how to get started but probably the best thing to do for now is to already know a little bit
2016-05-28 11:11:04 +03:00
about WPF/Silverlight/UWP/XAML and ask questions in our [Gitter room ](https://gitter.im/AvaloniaUI/Avalonia ).
2015-02-05 20:28:00 +03:00
2016-02-13 12:16:03 +03:00
There's also a high-level [architecture document ](docs/spec/architecture.md ) that is currently a little bit
2016-05-12 00:36:54 +03:00
out of date, and I've also started writing blog posts on Avalonia at http://grokys.github.io/.
2015-02-11 14:47:07 +03:00
2015-02-05 20:28:00 +03:00
Contributions are always welcome!
2014-09-09 03:09:56 +04:00
2014-12-12 23:57:49 +03:00
## Building and Using
2015-08-31 15:57:21 +03:00
2016-02-13 12:26:50 +03:00
See the [build instructions here ](docs/guidelines/build.md )
2014-12-15 04:54:23 +03:00
## Contributing ##
2016-02-13 12:16:03 +03:00
Please read the [contribution guidelines ](docs/guidelines/contributing.md ) before submitting a pull request.