AvaloniaUI/AvaloniaMauiHybrid

Creating MAUI Handler from Avalonia and replacing maui native handlers

AswinPG opened this issue · 1 comments

Is it possible to create handlers for maui Controls using Avalonia controls instead of native handlers?
If that is possible then wouldn't it be like all the work is already done for maui to have a drawn backend ?
All we need to do would be to create mappers that maps the Maui IView's property to Avalonia UI controls right ?

@jsuarezruiz

Yes with one single handlers, for example a MAUI.Button or MAUI.StackLayout with Avalonia Handlers, MAUI can support all Avalonia platform, i think for example browsers, Linux and also old Windows 7.
https://avaloniaui.net/Platforms

Avalonia could be embedded into MAUI thanks to MAUI Architecture.
dotnet/maui#62
dotnet/maui#4528
dotnet/maui#339
dotnet/maui#3051