manim icon indicating copy to clipboard operation
manim copied to clipboard

A community-maintained Python framework for creating mathematical animations.

Results 582 manim issues
Sort by recently updated
recently updated
newest added

## Description of bug / unexpected behavior When attempting to animate a subobjects, it seems only the first object added to scene, or the first object after a call to...

This proposal is related to the issue #4339 and attempts to solve the described problem in a different way: > ## Description of problem > > Sometimes we store child...

new feature

This issue attempts to collect and document missing or upcoming type system features that would be necessary to better type the public library interface, as well as mypy bugs preventing...

As per usual, those are the things that need to be fixed - [ ] #3026 - [x] #3120 - [ ] #3070

tracking

## Overview: What does this pull request change? Fixes an AnimationGroup behaviour with negative z_index Mobjects. More about this problem you can see in these issues: https://github.com/ManimCommunity/manim/issues/3334 and https://github.com/ManimCommunity/manim/issues/3914 ##...

## Description of bug / unexpected behavior When going through cairo's tests the below one failed that was testing sound, it doesn't seem to have implemented some of cairo's logic...

issue:bug
opengl

There are a bunch of things that would be nice to get done until the next release to ensure a smoother dev experience with less friction when it comes to...

maintenance
needs discussion

## Overview: What does this pull request change? Fixes #4087 When a Mobject contains an empty VGroup, its width or height can be wrong ## Motivation and Explanation: Why and...

## Description of bug / unexpected behavior I created a 3d scene that contained some Square and Line3D mobjects. I sorted the mobjects into the correct z-order, but the Cairo...

## Description of bug / unexpected behavior When I render a scene with the Line3D object, the orientation of the line differs between the Cairo and OpenGL based render. ##...