Results 3 comments of Charlie Jiang

3 years later, I solved my problem according to the issue you opened, while it is still open

Hi @MightyStud , your code works well! Another method is also available: ```python from manim import * class write_text_dir_rtl(Scene): def construct(self): text = Tex("Hello World") self.play(Write(text, reverse=True, remover=False)) self.wait() ```...

What do you mean? Are you asking about feasibility or the author's permission? As long as you're willing to do it, just go ahead. Once it becomes attractive enough, other...