From 0b983516c971395294e6c4859aae11858b954d24 Mon Sep 17 00:00:00 2001 From: bibin Date: Mon, 5 Jul 2021 15:23:39 +0200 Subject: [PATCH] add file for useful references --- manim-resources.org | 51 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 manim-resources.org diff --git a/manim-resources.org b/manim-resources.org new file mode 100644 index 0000000..4fd0d81 --- /dev/null +++ b/manim-resources.org @@ -0,0 +1,51 @@ +* Commands +=$ manim -pql scene.py SquareToCircle= + +** -n, --from_animation_number TEXT +Start rendering from n_0 until n_1. If n_1 +is left unspecified, renders all scenes +after n_0. + + +* Transform vs ReplacementTransform +[[https://www.reddit.com/r/manim/comments/bq5bk2/manim_tutorial_difference_between_transform_and/]] + + +* updater +useful to connecting animations? +[[https://docs.manim.community/en/stable/reference/manim.mobject.mobject.Mobject.html?highlight=add_updater#manim.mobject.mobject.Mobject.add_updater]] + + +* Value Tracker (e.g. for pointers) +[[https://docs.manim.community/en/stable/reference/manim.mobject.value_tracker.ValueTracker.html#manim.mobject.value_tracker.ValueTracker]] + + +* Matrix +maybe implement sequences and arrays with this? +[[https://docs.manim.community/en/stable/reference/manim.mobject.matrix.MobjectMatrix.html#manim.mobject.matrix.MobjectMatrix]] + + +* Indication +[[https://docs.manim.community/en/stable/reference/manim.animation.indication.html]] + + +* Graphs +[[https://docs.manim.community/en/stable/reference/manim.mobject.graph.Graph.html#manim.mobject.graph.Graph]] + + +* Animations +[[https://azarzadavila-manim.readthedocs.io/en/latest/animation.html]] + + +* [[https://eulertour.com/][Online Editor]] + + +* Examples +** [[https://www.youtube.com/channel/UCVefHPaA35CQUzBYZLDXoxQ/videos][Matterhorn - YouTube]] +** [[https://github.com/mitkonikov/manim-code][Manim Extension for Code Explanatory Videos]] +** [[https://manim.flipdot.org/detail/02_animations/custom_VMobject/][VMobject - Flipdot]] + +** https://github.com/Elteoremadebeethoven/ManimCE-changes/blob/main/mce-new-features.py + +* Reference Manual +[[https://docs.manim.community/en/stable/reference.html]]