mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Merge pull request #592 from Grae-Drake/feature/docs-edits
Update link to Todd Zimmerman tutorial
This commit is contained in:
@ -2,11 +2,11 @@ Getting Started
|
|||||||
===============
|
===============
|
||||||
|
|
||||||
Todd Zimmerman put together `a very nice tutorial`_ on getting started with
|
Todd Zimmerman put together `a very nice tutorial`_ on getting started with
|
||||||
``manim``, but is unfortunately outdated. It's still useful for understanding
|
``manim``, which has been updated to run on python 3.7. Note that you'll want
|
||||||
how ``manim`` is used, but the examples won't run on the latest version of
|
to change `from big_ol_pile_of_manim_imports import *` to `from
|
||||||
``manim``.
|
manimlib.imports import *` to work with the current codebase.
|
||||||
|
|
||||||
.. _a very nice tutorial: https://talkingphysics.wordpress.com/2018/06/11/learning-how-to-animate-videos-using-``manim``-series-a-journey/
|
.. _a very nice tutorial: https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Contents
|
:caption: Contents
|
||||||
|
Reference in New Issue
Block a user