Skip to content
#

manim

Here are 116 public repositories matching this topic...

kolibril13
kolibril13 commented Nov 9, 2021

The text tutorial should get one example for multiline text:
E.g

   VGroup(
          Text("Lorem ipsum dolor sit amet,"),
          Text(" consectetuer adipiscing elit."),
          Text("Aenean commodo ligula eget dolor. "),
      )
      .arrange(DOWN)

Maybe even more advanced with automatic line break and left aligned text.

Improve this page

Add a description, image, and links to the manim topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the manim topic, visit your repo's landing page and select "manage topics."

Learn more