ambrosiogabe / MathAnimation

A simple C++/OpenGL application to create quick and dirty mathematically accurate animations
982 stars 49 forks source link

Latex Support #50

Open jogibear9988 opened 1 year ago

jogibear9988 commented 1 year ago

As you wrote in your Video , if there are some Latex support Librarys:

in C#: https://github.com/verybadcat/CSharpMath

in C++: https://github.com/NanoMichael/MicroTeX

ThatOneCalculator commented 1 year ago

+1 for MicroTeX, I've played around with it and it would probably fit this project very well.

ambrosiogabe commented 1 year ago

I had taken a look at MicroTeX before and I decided against it because I spent half a day trying to set it up and implementing the interfaces didn't seem to be enough. I'll take a look at it again though at some point in the future, I might have better luck the second time around and it seems like a good option if I can get it to work :)