Avalonia-based desktop UI for the avx project.
This repository contains a lightweight Avalonia UI that interacts with the conversion services in this solution.
Prerequisites
- .NET 10 SDK (or later)
dotnetCLI or Visual Studio supporting .NET 10
Build and run
- Restore and build the solution:
dotnet restore
dotnet build -c Debug- Run the UI from the repository root:
dotnet run --project avx-ui.csproj -c DebugProject layout
avx-ui.slnx— solution fileavx-ui.csproj— main UI projectViews/,ViewModels/,Services/— UI source folders
Contributing
- Feel free to open issues or PRs. Add implementation notes and tests where appropriate.
License
- Add a license file to this repository if you intend to publish.