verybadcat / CSharpMath

LaTeX. in C#. (ported from the wonderful iosMath project).
MIT License
384 stars 64 forks source link

What about Maui? #206

Open KannanKrish opened 2 years ago

KannanKrish commented 2 years ago

This library was supported by Maui?

charlesroddie commented 2 years ago

Yes this library allows can render to SkiaSharp and that supports Maui.

syaifulnizamyahya commented 2 years ago

Is there any simple sample on how to use CSharpMath on MAUI?

Thanks.

syaifulnizamyahya commented 2 years ago

Finally got it working. If anyone interested, here is an example on how to use it in MAUI. https://github.com/syaifulnizamyahya/MauiSkiaCsharpMath

KannanKrish commented 2 years ago

I have the MathView component from CSharpMath.Forms.

How can I use it in MAUI?

KannanKrish commented 1 year ago

I am still waiting for the maui control for csharpmath. This repo is active or not?

charlesroddie commented 1 year ago

The current documentation for CSharpMath in SkiaSharp is: https://github.com/verybadcat/CSharpMath#2-csharpmathskiasharp

Some SkiaSharp documentation: https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/graphics/skiasharp/

Combining these, you can render in a SkiaSharp.Views.Maui.Controls.SKCanvasView.

I am still waiting... This repo is active or not?

The repo hasn't had commits or reviews in a reasonably long time. If you are interested in maintaining this repo, create a separate issue.