Difference between revisions of "Manim"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) (→Installation) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
https://3b1b.github.io/manim/getting_started/installation.html | https://3b1b.github.io/manim/getting_started/installation.html | ||
− | * Requirements are: | + | |
+ | * '''Requirements are:''' | ||
:* FFmpeg: | :* FFmpeg: | ||
Line 22: | Line 23: | ||
:* OpenGL (included in python package PyOpenGL) | :* OpenGL (included in python package PyOpenGL) | ||
− | <syntaxhighlight lang="shell"> | + | ::<syntaxhighlight lang="shell"> |
pip install PyOpenGL | pip install PyOpenGL | ||
</syntaxhighlight> | </syntaxhighlight> | ||
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 | ||
− | <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 | ||
Line 40: | Line 41: | ||
:* '''To install Manim:''' | :* '''To install Manim:''' | ||
− | <syntaxhighlight lang="shell"> | + | ::<syntaxhighlight lang="shell"> |
pip install manimgl | pip install manimgl | ||
Latest revision as of 19:28, 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...:
- https://github.com/avxsynth/avxsynth/issues/89
sudo apt-get install libcairo2-dev sudo apt-get install libpango1.0-dev
- To install Manim:
pip install manimgl # Try it out manimgl