3b1b-manim/docs/source/getting_started/index.rst

19 lines
587 B
ReStructuredText
Raw Normal View History

2019-05-26 00:35:45 -07:00
Getting Started
===============
Todd Zimmerman put together `a very nice tutorial`_ on getting started with
2019-06-14 23:06:06 -07:00
``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.
2019-05-26 00:35:45 -07:00
2019-06-14 21:38:37 -07:00
.. _a very nice tutorial: https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/
2019-05-26 00:35:45 -07:00
.. toctree::
:caption: Contents
2019-05-26 00:35:45 -07:00
:maxdepth: 2
2019-05-27 16:14:20 -07:00
learning_by_example
mathematical_objects
animating_mobjects
making_a_scene