vassilych / cscs

CSCS: Customized Scripting in C#
MIT License
169 stars 49 forks source link

Is it worth learning cscs for developing MathJaX-like LaTeX renderer? #22

Closed pstricks-fans closed 3 years ago

pstricks-fans commented 4 years ago

I am interested to render TeX mathematics equation on Unity game engine like TeXDraw as well as on web browsers like MathJaX.

Is it worth learning cscs for developing TeX renderers above? Or I am in a wrong learning path?

vassilych commented 4 years ago

Hi there, yes I think it's a good idea and of course possible. Here is an article on using CSCS in Unity: https://www.codemag.com/Article/1903081/Using-Custom-Scripting-and-Modding-in-Unity-Game-and-App-Development Let me know if you have more specific questions.

On Sun, Mar 22, 2020 at 3:09 PM Sexy Beauty notifications@github.com wrote:

I am interested to render TeX mathematics equation on Unity game engine like TeXDraw as well as on web browsers like MathJaX.

Is it worth learning cscs for developing TeX renderers above? Or I am in a wrong learning path?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vassilych/cscs/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE74VFH3FFC36CB4EMGGRM3RIYLZRANCNFSM4LRJZ2RQ .

pstricks-fans commented 4 years ago

Hi Vassilych, thank you for your quick response.

Actually I want to shorten my learning path.
I want to create a new MathJaX or KaTeX like renders for learning purposes.

It is very hard to understand the following code: KaTeX's parser.js

Do you have any advice about this? Split and Merge algorithm is still relevant here?