VMobjectDemo
The handles are drawn as red dots with a line to their closest anchor.
guides/deep_dive.rst
Manim Community source
Every listing is extracted from the pinned upstream Manim documentation, compiled inside the production renderer container, and played as a public MP4. No example program is maintained in the web source.
62 rendered MP4s from 65 extracted directives.
The handles are drawn as red dots with a line to their closest anchor.
guides/deep_dive.rst
The code below avoids having to keep a reference to the last mobject that was transformed.
tutorials/quickstart.rst
Advanced Projects
examples.rst
self.wait()
examples.rst
when typesetting multiline formulae:
guides/using_text.rst
the use of :meth:`.animate`.
tutorials/building_blocks.rst
Use the :code:`run_time` argument to control the duration.
tutorials/building_blocks.rst
self.play(square.animate.rotate(0.4))
examples.rst
self.wait()
examples.rst
You can use multiple ValueTrackers simultaneously.
examples.rst
self.wait(0.5)
examples.rst
self.wait()
examples.rst
Animations
examples.rst
self.wait(0.5)
examples.rst
self.wait()
examples.rst
your scene by calling the :meth:`~.Scene.play` method.
tutorials/building_blocks.rst
self.add(image, image.background_rectangle)
examples.rst
self.add(logo)
examples.rst
self.add(numberplane, dot, arrow, origin_text, tip_text)
examples.rst
Basic Concepts
examples.rst
self.add(line, dot, dot2, b1, b2, b1text, b2text)
examples.rst
Once you have defined your ``Count`` animation, you can play it in your :class:`~.Scene` for any duration you want for any :class:`~.DecimalNumber` with any rate function.
tutorials/building_blocks.rst
screen, simply call the :meth:`~.Scene.remove` method from the containing
tutorials/building_blocks.rst
You can disable ligatures by passing ``disable_ligatures`` to
guides/using_text.rst
we have to add it manually.
guides/using_text.rst
Actually rendering the code yields the following video:
guides/deep_dive.rst
For example, you can set each letter to different color by iterating it.
guides/using_text.rst
as the ``mathtt`` math-text type or the ``looparrowright`` arrow.
guides/using_text.rst
color of the TeX mobject.
guides/using_text.rst
ready for you to use. These templates will all work in math mode:
guides/using_text.rst
should use :class:`~.Text` instead.
guides/using_text.rst
previous section, except for exactly one line.
tutorials/building_blocks.rst
``MobjectPlacement`` uses all three.
tutorials/building_blocks.rst
circle, a square, and a triangle:
tutorials/building_blocks.rst
self.wait()
examples.rst
self.play(t.animate.set_value(5))
examples.rst
self.add(ax, labels, curve_1, curve_2, line_1, line_2, riemann_area, area)
examples.rst
Plotting with Manim
examples.rst
You can set the line spacing using :attr:`~.Text.line_spacing`:
guides/using_text.rst
self.add(a)
guides/using_text.rst
Weight specifies the boldness of a font. You can see a list of weights in
guides/using_text.rst
self.wait()
examples.rst
Special Camera Settings
examples.rst
self.play(Restore(self.camera.frame))
examples.rst
self.wait()
examples.rst
self.add(axes, sphere)
examples.rst
self.wait()
examples.rst
The following scene changes the default aesthetics of the mobjects.
tutorials/building_blocks.rst
each occurrence first:
guides/using_text.rst
``\bigstar`` part:
guides/using_text.rst
For example,
guides/using_text.rst
Here is a simple *Hello World* animation.
guides/using_text.rst
For example:
guides/using_text.rst
rendered in our documentation with a reference frame.
guides/configuration.rst
function of numpy:
tutorials/building_blocks.rst
It is also possible to transform a mobject into another mobject like this:
tutorials/building_blocks.rst
to easily find the components of the mobject you would like to change.
guides/using_text.rst
You can set the color of the text using :attr:`~.Text.color`:
guides/using_text.rst
and the values should be the color from :class:`~.Color`:
guides/using_text.rst
and :meth:`~.Mobject.get_start`. Here is an example of some important coordinates:
tutorials/building_blocks.rst
[...]
guides/using_text.rst
be an iterable of any length:
guides/using_text.rst
interface for colors <using-colors>`:
guides/using_text.rst
and further references about PangoMarkup.
guides/using_text.rst
``$\xrightarrow{x^6y^8}$``:
guides/using_text.rst