Open
Description
Currently, this project is just for the use of Manim, and mostly it can't be used outside of manim, with the functions it provides.
Having a stable API so that it can be used outside of Manim would be super cool, for example, I recently read python-pillow/Pillow#2255 and found that Pillow can't render text correctly, especially for languages with more ligatures, at least it requires raqm and isn't available by default in the wheels, and by if we had a stable API Pillow could use this to render text.
I would like to hear some ideas on how this can be done and how the API should look like.
Thoughts @PhilippImhof?