How to Use in Godot
Opened this issue · 3 comments
I don't know how to use this in Godot, there is a plugin called Godotex, but it doesn't support Android. Exporting to Web in Godot 3 also doesn't work. Is there a solution for rendering LaTeX in Godot?
You can use CSharpMath.SkiaSharp to draw to a bitmap.
Or you can try https://github.com/Ilnazz/SkiaSharp.Views.Godot .
I tried SkipSharp.Views.Godot the version given by this library does not run on Android and I don't know how to make it run on Android!
Apparently other people have been discussing how to use csharpmath in godot.
Thread: https://godotforums.org/d/30374-project-making-latex-work-inside-godot/9
Project funded by the German government! https://github.com/lennart-finke/GodoTeX
There is an android problem described in an issue in that repo.
The problems/methods are all around getting SkiaSharp working in godot so it's really something for the SkiaSharp/Godot communities to resolve rather than something that we can do in this repo.