Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Use in Godot #238

Open
xiaoshizixin opened this issue Oct 23, 2024 · 3 comments
Open

How to Use in Godot #238

xiaoshizixin opened this issue Oct 23, 2024 · 3 comments

Comments

@xiaoshizixin
Copy link

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?

@charlesroddie
Copy link
Collaborator

You can use CSharpMath.SkiaSharp to draw to a bitmap.
Or you can try https://github.com/Ilnazz/SkiaSharp.Views.Godot .

@xiaoshizixin
Copy link
Author

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!

@charlesroddie
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants