manim
manim copied to clipboard
A community-maintained Python framework for creating mathematical animations.
As discussed [here](https://discord.com/channels/581738731934056449/582403919754297363/909035564030894100) you need to add `fill_opacity=0, stroke_width=3` to the `Tex` constructor for tikz to look like this:  and not like this:  This should be put in...
## Enhancement proposal The dialog for creating a new project spawned using our CLI with `manim new` is actually pretty cool -- but unfortunately more or less completely undocumented. This...
## Overview: What does this pull request change? As a follow-up from a recent Discord discussion, this PR is a proof of concept for a decorator that allows to remove...
If we manage to get post install scripts working in manim then we can ensure ffmpeg and latex are installed on the host machine. This also opens up the avenues...
## Description of proposed feature It would be nice if the installation was easier to use. My suggestion would be to create a conda-forge recipe for manim that contains all...
## Changelog / Overview Added a parameter `rotate: bool` to `Brace.put_at_tip()` which allows `Mobjects` to be rotated in the same direction of the brace. Now you can create a BraceLabel...
## Overview: What does this pull request change? The graph's updater now uses the underlying `_set_start_and_end_attrs` method of Line-based mobjects so that it respects the boundaries of the start/end mobjects....
## Description of bug / unexpected behavior The edges connect to the center of vertices in `self.play(Create(G))` ## Expected behavior I would expect it to output a graph similar to...
## Description of bug / unexpected behavior Shouldn't the method `~.get_axis_labels()` work for both `Axes` and `ThreeDAxes`? At the moment it only works for `Axes` and returns an error when...
## Description of bug / unexpected behavior `write_to_movie` option in manim.cfg cannot be detected. but the command line `--write_to_movie` works ## Expected behavior if we write `write_to_movie = True` in...