fury icon indicating copy to clipboard operation
fury copied to clipboard

Latex support

Open Garyfallidis opened this issue 5 years ago • 3 comments

Allow rendered text with math. Check projects such as matplotlib for inspiration. Check fury.actor.texture and fury.actor.figure

Garyfallidis avatar Oct 01 '20 21:10 Garyfallidis

I'll work on this issue, since no PR has been referenced to this

P3rcy-8685 avatar Jan 28 '23 17:01 P3rcy-8685

@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?

Ranit-Bandyopadhyay avatar Mar 03 '23 06:03 Ranit-Bandyopadhyay

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.

skoudoro avatar Mar 03 '23 16:03 skoudoro