Avalonia/readme.md

62 строки
2.7 KiB
Markdown
Исходник Обычный вид История

2016-05-12 00:36:54 +03:00
# Avalonia
2016-05-12 01:19:49 +03:00
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/AvaloniaUI/Avalonia?utm_campaign=pr-badge&utm_content=badge&utm_medium=badge&utm_source=badge)
2014-09-09 01:55:57 +04:00
2016-05-12 01:26:42 +03:00
[![Build status](https://ci.appveyor.com/api/projects/status/hubk3k0w9idyibfg/branch/master?svg=true)](https://ci.appveyor.com/project/AvaloniaUI/Avalonia/branch/master)
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
2016-02-13 12:16:03 +03:00
![](docs/images/screen.png)
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:
<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
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-
platform. It supports XAML, lookless controls and a flexible styling system, and runs on Windows
using Direct2D and other operating systems using Gtk & Cairo.
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
2015-09-22 02:21:08 +03:00
Studio Extension](https://visualstudiogallery.msdn.microsoft.com/a4542e8a-b56c-4295-8df1-7e220178b873)
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
overview of how to get started but probably the best thing to do for now is to already know a little bit
2016-05-12 00:36:54 +03:00
about WPF/Silverlight/UWP/XAML and ask questions in our [Gitter room](https://gitter.im/Avalonia/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
## 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.