create manim_example_ext

This commit is contained in:
Tony031218
2021-01-24 23:22:11 +08:00
parent c68bf1c8f7
commit 42c59f80c8
6 changed files with 174 additions and 2 deletions

View File

@ -1,3 +1,12 @@
Quick Start
===========
WIP
.. 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()