manim
manim copied to clipboard
A community-maintained Python framework for creating mathematical animations.
Hi I make scientific visualizations and workflow using an open source platform for compute in the browser. I love 3blue1brown videos, so I put this library, with video player, in...
## Description of bug / unexpected behavior I am a beginner writing some manim and I come across a bug. There is a very specific case I found that seemingly...
## Overview: What does this pull request change? This is a work in progress for being able to access groups in objects created from SVG files. I hope that this...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.7...v0.14.8)
## Overview: What does this pull request change? ## Motivation and Explanation: Why and how do your changes improve the library? ## Links to added or changed documentation pages ##...
## Overview: What does this pull request change? ## Motivation and Explanation: Why and how do your changes improve the library? ## Links to added or changed documentation pages ##...
## Overview: What does this pull request change? This PR add type annotations to `mobject.py`. Issue #3375. ## Reviewer Checklist - [ ] The PR title is descriptive enough for...
## Overview: What does this pull request change? - `tip_style` parameter in TipableVMobject constructor now defaults to `None` instead of a mutable dict - Fixed a typo in `TipableVMobject.assign_tip_attr` method...
fixes https://github.com/ManimCommunity/manim/issues/4500 ## Overview: What does this pull request change? Replaced `fill_color=` with `color=` in all `MathTex()` calls throughout the codebase ## Motivation and Explanation: Why and how do your...
## Description of bug / unexpected behavior when `labels=True`, the node labels are white TeX on white nodes-- and therefore invisible. in the doc example `LabeledModifiedGraph` also you can see...