1

I was wondering if I can use the Prism framwork together with AvaloniaUI and if my app would still be multiplatform then.

I only have a windows right now and it works, however, does it work with linux/macOS aswell?

Mafii
  • 7,227
  • 1
  • 35
  • 55

2 Answers2

2

Started creating a port of prism for avalonia, it is still based on perspex, but that shouldnt be a problem. I dont think that it needs a lot of work to get it wotking on avalonia. https://github.com/KeKl/Prism

Kevin
  • 190
  • 12
  • Oh cool! If I have time ill look into it/if you want I can help you develop it! – Mafii Oct 23 '16 at 09:41
  • 1
    Sorry get the Mail for a replay right now. Yes of course you can. I think I will update it if a more stable version of avalonia is released – Kevin Dec 04 '16 at 07:13
  • Alright, maybe give me a heads up once that happens ;) – Mafii Dec 05 '16 at 08:46
1

For future readers, there is Prism.Avalonia which is actively maintained supporting the latest Avalonia and Prism packages

Damian
  • 1,209
  • 14
  • 24