Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 2.11 KB

faq.md

File metadata and controls

54 lines (30 loc) · 2.11 KB

❔ FAQ

Can I code my UI instead of using XAML?

Yes. You can code your entire UI with your preferred .NET language.

Is there a drag and drop visual designer?

No. Instead of providing a drag and drop designer, the Avalonia IDE extensions support a live previewer, which will render a preview of the UI, refreshing as your modify the XAML.

Does Avalonia support Hot Reload?

You can use a community project to enable hot reload with Avalonia.

Can Avalonia interop with native APIs?

Yes.

Can I cross-compile for different platforms?

Yes. You can compile for macOS and Linux from Windows. You'll likely need to package your app on those platforms to create release packages of your app.

Can I build a mobile app with Avalonia?

Yes. You can develop for Android today and we have a preview demonstrating the beginnings of iOS support. You should however give careful consideration to each platform and ensure that your app behaves well on smaller, touch focused devices.

Can I build a website with Avalonia?

No. We have an experimental proof-of-concept that demonstrates Avalonia running in the browser using Wasm but it's not considered production ready. We're waiting on upstream improvements before continuing with this work.

How can I get involved?

Check out the community guide to see how you can get involved with the project.

What Linux Distros are supported?

  • Debian 9 (Stretch)+
  • Ubuntu 16.04+
  • Fedora 30+

{% hint style="info" %} Skia is built against glibc. If your distro uses something else instead, you need to build your own libSkiaSharp.so at SkiaSharp . We provide a precompiled binary only for Intel x86-64. ARM/ARM64 support is planned. {% endhint %}

What versions of macOS are supported?

  • macOS High Sierra 10.13+

{% hint style="success" %} Credits

Portions of this documentation were adapted from Dotnet docs licensed under CC BY 4.0 {% endhint %}