Difference between revisions of "Manim"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) (→Installation) |
||
Line 22: | Line 22: | ||
:* OpenGL (included in python package PyOpenGL) | :* OpenGL (included in python package PyOpenGL) | ||
+ | <blockquote> | ||
<syntaxhighlight lang="shell"> | <syntaxhighlight lang="shell"> | ||
pip install PyOpenGL | pip install PyOpenGL | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | </blockquote> | |
:* LaTeX (optional, if you want to use LaTeX) | :* LaTeX (optional, if you want to use LaTeX) | ||
Line 33: | Line 34: | ||
:* Also. If you get the error <span style="color:red">Package pangocairo was not found...</span>: | :* Also. If you get the error <span style="color:red">Package pangocairo was not found...</span>: | ||
:: https://github.com/avxsynth/avxsynth/issues/89 | :: https://github.com/avxsynth/avxsynth/issues/89 | ||
+ | <blockquote> | ||
<syntaxhighlight lang="shell"> | <syntaxhighlight lang="shell"> | ||
sudo apt-get install libcairo2-dev | sudo apt-get install libcairo2-dev | ||
sudo apt-get install libpango1.0-dev | sudo apt-get install libpango1.0-dev | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | </blockquote> | ||
:* '''To install Manim:''' | :* '''To install Manim:''' | ||
+ | <blockquote> | ||
<syntaxhighlight lang="shell"> | <syntaxhighlight lang="shell"> | ||
pip install manimgl | pip install manimgl | ||
Line 46: | Line 50: | ||
manimgl | manimgl | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | </blockquote> | ||
<br /> | <br /> |
Revision as of 19:27, 24 February 2021
This is the main Github repository of the project: https://github.com/3b1b/manim
This is the oficial documentation: https://3b1b.github.io/manim/
This is just an amazing animation that has been done with Manim, so you can see the power of Manim: https://www.youtube.com/watch?v=r6sGWTCMz2k&vl=en
This is a Youtube tutorial https://www.youtube.com/c/TheoremofBeethoven/videos
Installation
https://3b1b.github.io/manim/getting_started/installation.html
- Requirements are:
- FFmpeg:
- It was already installed in my system
- OpenGL (included in python package PyOpenGL)
pip install PyOpenGL
- LaTeX (optional, if you want to use LaTeX)
- It was already installed in my system
- Also. If you get the error Package pangocairo was not found...:
sudo apt-get install libcairo2-dev sudo apt-get install libpango1.0-dev
- To install Manim:
pip install manimgl # Try it out manimgl