No project description provided
Project description
Usage
Manim is an extremely versatile package. The following is an example Scene
you can construct:
from manim import *
class SquareToCircle(Scene):
def construct(self):
circle = Circle()
square = Square()
square.flip(RIGHT)
square.rotate(-3 * TAU / 8)
circle.set_fill(PINK, opacity=0.5)
self.play(Create(square))
self.play(Transform(square, circle))
self.play(FadeOut(square))
In order to view the output of this scene, save the code in a file called example.py
. Then, run the following in a terminal window:
manim -p -ql example.py SquareToCircle
Documentation
Documentation is in progress at ReadTheDocs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
manta_manim_theme-0.4.1.tar.gz
(590.4 kB
view details)
Built Distribution
File details
Details for the file manta_manim_theme-0.4.1.tar.gz
.
File metadata
- Download URL: manta_manim_theme-0.4.1.tar.gz
- Upload date:
- Size: 590.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59aa7546bc987367877aefd04e5e30b0221e6fcea48929471241c66790e29021 |
|
MD5 | 4e1c8955549bf2f3c953032b6544cee1 |
|
BLAKE2b-256 | c5d8395eec2eb7a168ef1ca891c0d674bc31f2d3f1bf235633f46c2282f1029c |
File details
Details for the file manta_manim_theme-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: manta_manim_theme-0.4.1-py3-none-any.whl
- Upload date:
- Size: 166.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f181023cac8fe4261e422c2883cfa3240978048aaa7be24027c15a9877fa9f88 |
|
MD5 | 3bed1b542334267492d5d42a47560b2c |
|
BLAKE2b-256 | d1e9a3fc1d45dac04d13ae83c7fdd98d546bfafcec7dbe47b0d35c67e36552f3 |