ForNeVeR / xaml-math

A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks
MIT License
637 stars 100 forks source link

Support for WinUI? #423

Open eykaraduman opened 1 year ago

eykaraduman commented 1 year ago

Can you please add support for WinUI 3 Apps?

ForNeVeR commented 1 year ago

The only problem is that I know nothing of WinUI.

The work itself shouldn't be too difficult: we already have a decent UI framework abstraction layer that could be used, if you can provide basic functionality such as line and font rendering on top of your target framework.

In particular, the (unfinished) Windows Forms implementation is about 469 lines long.

I imagine that WinUI could be done just as easily — well, if that's possible at all, that is.

I am marking this as open for contributions for now. I am ready to provide help on the implementation, but I'm not ready to commit to implementing this myself at this point.