Skip to content

chrisGrando/avalonia-base-template

Repository files navigation

Avalonia UI ~ Base Project Template

This is a generic repository with a basic project template for Avalonia UI desktop apps.
This project is currently using version 11.3.4 of Avalonia UI.

Requirements

  • x64 or ARM64 CPU
  • Windows, Linux or MacOSX
  • .NET 8 SDK

NOTE: Although the repository contains files intended for the Visual Studio 2022 IDE, installing it is completely optional. The only real requirement is having the .NET 8 SDK installed on your machine. Aside from that, you can use any IDE that you prefer.

Building

If you're on Windows:

  1. Double click on windows_builder.bat
  2. Type the option ID of the corresponding platform and architecture you wish this project to be built

If you're on UNIX (Linux or MacOSX):

  1. Open the terminal on the project's root folder
  2. Type ./unix_builder.sh and press [ENTER]
  3. Type the option ID of the corresponding platform and architecture you wish this project to be built