Elteoremadebeethoven/AnimationsWithManim

How to animate python code using manim?

Closed this issue · 0 comments

WARNING

Before writing an issue, please check the following links if someone has already resolved your question. If you are asking things that have already been resolved I will have no choice but to close your issue.

You can joined to the Discord community here

Points to consider before writing your issue

  • This repository works with the Manim version of February 3, unless otherwise indicated. If your code does not work, check that you are using the correct version.
  • At the moment Manim works with Python 3.7, not with 3.8. This is because several of the dependencies have not yet been updated.
  • If the terminal throws an error, please write it completely with the markdown format.
  • Be clear and specific with your problem, share the code (and files, if applicable) and the command you use when rendering the video.

Fast markdown tutorial.

Inline code:

INPUT

The code is `TexMobject` write `TeX`.

OUTPUT

The code is TexMobject write TeX.

Multiline code

INPUT

My code is:

```python

Here is

a multiline

code

```

OUTPUT

My code is:

Here is

a multiline

code

LEARN MORE HERE