3b1b-manim/docs/source/getting_started/quickstart/index.rst
2021-01-24 23:22:11 +08:00

12 lines
No EOL
279 B
ReStructuredText

Quick Start
===========
.. manim-example:: WarpSquare
:media: ../../_static/example_scenes/WarpSquare.mp4
class WarpSquare(Scene):
def construct(self):
square = Square()
self.play(square.apply_complex_function, np.exp)
self.wait()