manim
manim copied to clipboard
A community-maintained Python framework for creating mathematical animations.
## Overview: What does this pull request change? Fixes #2878 The users are expanded when providing a file-path for the following mobjects: - CodeMobjects - ImageMobjects (or any class/object that...
## Description of proposed enhancement Currently, the [default template used](https://github.com/ManimCommunity/manim/blob/main/manim/utils/tex_templates.py#L63-L64) for TeX is the 3blue1brown template, which contains a [rather lengthy](https://github.com/ManimCommunity/manim/blob/main/manim/utils/tex_templates.py#L25-L46) preamble. While this can be changed, not many users...
## Description of bug / unexpected behavior I want to add some russian text in TeX mode but get errors. ## How to reproduce the issue ``` from manim import...
In case a specified file does not exist, or if a `~` is used to represent the user's home directory, `SVGMobject._ensure_valid_file` raises a rather unhelpful exception: ```py ╭─────────────────────────────── Traceback (most...
## Description of bug / unexpected behavior We cannot use tex splitting in the numerator of a `\frac`. It works in the denominator though. ## Expected behavior We should be...
## Overview: What does this pull request change? Added animation RemoveTextLetterByLetter ## Motivation and Explanation: Why and how do your changes improve the library? Before you could not remove the...
## Overview: What does this pull request change? Vertex and edges when added using `.animate` results in error. ## Motivation and Explanation: Why and how do your changes improve the...
## Problem Similar to #2695. `manim cfg write` and `manim cfg export` have very similar functionality but are under different commands. Both commands are also lacking documentation and it's not...
## Overview: What does this pull request change? Fixes #2845 and adds tests. I originally tried to make FadeTransformPieces not crash if it was given two Mobjects with no submobjects,...
## Description of bug / unexpected behavior In opengl the polygram example shows some corners are not rendered correctly when the width is increased. This may point to an issue...