mirror of
https://github.com/3b1b/manim.git
synced 2025-07-27 12:03:03 +08:00
19 lines
587 B
ReStructuredText
19 lines
587 B
ReStructuredText
Getting Started
|
|
===============
|
|
|
|
Todd Zimmerman put together `a very nice tutorial`_ on getting started with
|
|
``manim``, which has been updated to run on python 3.7. Note that you'll want
|
|
to change `from big_ol_pile_of_manim_imports import *` to `from
|
|
manimlib.imports import *` to work with the current codebase.
|
|
|
|
.. _a very nice tutorial: https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/
|
|
|
|
.. toctree::
|
|
:caption: Contents
|
|
:maxdepth: 2
|
|
|
|
learning_by_example
|
|
mathematical_objects
|
|
animating_mobjects
|
|
making_a_scene
|