Testing things with Avalonia UI which are supposed to be cross platform.
Find a file
2025-05-28 00:11:03 +02:00
.gitignore Initial Commit. 2025-05-28 00:11:03 +02:00
App.axaml Initial Commit. 2025-05-28 00:11:03 +02:00
App.axaml.cs Initial Commit. 2025-05-28 00:11:03 +02:00
app.manifest Initial Commit. 2025-05-28 00:11:03 +02:00
MainWindow.axaml Initial Commit. 2025-05-28 00:11:03 +02:00
MainWindow.axaml.cs Initial Commit. 2025-05-28 00:11:03 +02:00
MyAvaloniaApp.csproj Initial Commit. 2025-05-28 00:11:03 +02:00
Program.cs Initial Commit. 2025-05-28 00:11:03 +02:00
README.md Initial Commit. 2025-05-28 00:11:03 +02:00

Avalonia App

Testing things with avalonia UI which are supposed to be cross platform.

Install dotnet sdk:

sudo pacman -S dotnet-sdk

Just run:

dotnet run