Latex support
Allow rendered text with math. Check projects such as matplotlib for inspiration.
Check fury.actor.texture and fury.actor.figure
I'll work on this issue, since no PR has been referenced to this
@skoudoro @Garyfallidis I have started working on this issue. I have made a class that can be used as a LATEX compiler for the python project.I have included functions for rendering text with [math, graphs and images].Can you kindly correct if i am wrong regarding my approach. Secondly, if the above approach is correct, kindly include the path where the class should be included. Should i include it in the fury/actor.py file?
Hi @Ranit-Bandyopadhyay,
Just make sure to keep it the most simple as possible. We do not want to render an image, so make sure that you are using texture. There are preliminary talk on our discord channel. You can easily connect and make a "latex" search to get all the previous information and compare what you did with previous initial work. The challenging part of this issue is rendering font / text smoothly/ correctly WITHOUT using an image.
I hope it helps.