Short introduction to Manim: Difference between revisions
From wikiluntti
Line 13: | Line 13: | ||
qh: high quality | qh: high quality | ||
s: save last frame | s: save last frame | ||
t: transparent background | |||
</pre> | |||
<pre> | |||
config.background_color = WHITE | |||
</pre> | </pre> | ||
Revision as of 16:31, 7 November 2021
Introduction
Some short manim scrips to generate easy visualizations.
manim -pql bez2.py manim -pqh bez2.py BezierSplineExample f: open the directory/ folder i: generate gif file p: play qm, qh, qk: quality (low, high, 4k) qh: high quality s: save last frame t: transparent background
config.background_color = WHITE
Bezier curve
Bezier curve with two points: