- Edited
Edit | 16.08.2022 : You can now download via the official asset library here.
Edit | 12.08.2022 : You can visit the project's repository here.
Project Diary: GodoTeX
Hey folks. I'm struggling a little with the new forums, so I hope you can read this ;^o
So I want to develop a plug-in that adds LaTeX to Godot and am researching the best way to do that.
Currently, I'm thinking of using GDNative (or I guess GDExtention in the future) and dynamically linking to a modified version of an open source LaTeX library like MicroTeX.
I'm a little unsure what that would even look like exactly, maybe generating an SVG and displaying that is an option.
So you see - I'm still in the early stages and would really love to hear how you would do this. Any ideas?