Short introduction to Manim: Difference between revisions

From wikiluntti
(Created page with "== Introduction == Some short manim scrips to generate easy visualizations. == Bezier curve == Bezier curve with two points: thumb")
 
Line 2: Line 2:


Some short manim scrips to generate easy visualizations.
Some short manim scrips to generate easy visualizations.
<pre>
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
</pre>


== Bezier curve ==
== Bezier curve ==

Revision as of 16:12, 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

Bezier curve

Bezier curve with two points: