mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
create manim_example_ext
This commit is contained in:
@ -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()
|
Reference in New Issue
Block a user