jonthysell / Mzinga

Open-source software to play the board game Hive.
MIT License
82 stars 9 forks source link

Rebuilt Mzinga.Viewer using Avalonia #98

Closed jonthysell closed 3 years ago

jonthysell commented 3 years ago

Ported the original Windows-only WPF application to AvaloniaUI, which is cross-platform.

The original app is kept as Mzinga.Viewer.WPF as a reference for now, however it fails to build (and run) on Linux/OSX.

Almost all functionality has been ported over nicely, except for sound effects, for which I have no solution at present, and the app styling, which doesn't port over directly, but gives me a chance to change things up.