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.
- 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 SDKinstalled on your machine. Aside from that, you can use any IDE that you prefer.
If you're on Windows:
- Double click on
windows_builder.bat - 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):
- Open the terminal on the project's root folder
- Type
./unix_builder.shand press[ENTER] - Type the option ID of the corresponding platform and architecture you wish this project to be built