As a developer who might make something educational, it’d be nice to have a TextBox that auto-beautifies math equations. Something similar to MathQuill: http://mathquill.com/
Having such a TextBox, or even something like MathML support in RichText, would be helpful.
I don’t know how high priority this would be, but I thought I’d ask anyway in case it’s super easy to enable/add on whatever system Roblox uses to render RichText.
Bump. Not only in experiences, but also on the forum here. Encountered a scenario in which TeX would be nice. If the conversation I’m having goes the direction where TeX would be needed, would be great to not have to edit TeX in an external editor and import images.
If anyone is crazy enough, port MathJAX to Roblox, the SVGs it outputs only uses unfilled paths (and rarely rectangles, but I’ve only seen it do this once), so you can just use CanvasGroup and Path2D.
But yeah this would be nice to have natively for math education games.