Tristan Schulz

Results 30 issues of Tristan Schulz

## To fix As discussed on discord The color situation in Manim is pretty janked right now and there are 2-3 different ways to manage Color. We do not really...

maintenance

## Description of proposed feature There has been a lot of work done in - #2721 to address the issues with formatting of `Paragraph`. To further improve the tested capabilities...

testing
test requested

## Overview: What does this pull request change? This pull requests ports all the new changes from `3b1b/manim` and adds type hints to `OpenGLMobject` and `OpenGLVmobject` Current annotations and state...

help wanted
testing
refactor
typehints

## Description of bug / unexpected behavior See - #1837 - #2534 https://user-images.githubusercontent.com/70682032/127563382-1b2abfe7-6f0b-4728-a8aa-936af0a4a750.mp4 ## Expected behavior No warping ## How to reproduce the issue ```py class a(Scene): def construct(self): a...

issue:bug
opengl

## Overview: What does this pull request change? This pull request extends - #2714 with fixing data alignment which then fixes some interpolation issues with families. The main problem is...

pr:bugfix
pr:dependent
opengl

## Description of bug / unexpected behavior The performance with caching enabled is a lot slower than with caching disabled. ### Time Table dry_run | Type | OpenGL | Cairo...

issue:bug
performance

There are a lot of issues related to Images in Manim, this issue should keep all the important ones and the state of them in one place - [ ]...

tracking

A guide through Manim and all it's useful features. Tries to help with - #3157 -> https://manimce--3495.org.readthedocs.build/en/3495/adventure/index.html

documentation

This should add decorators to affect the `MobjectStatus` which is used in the renderer in order to not recompute everything in every frame.

help wanted
experimental

Attempt at finding a useful solution for different color spaces fixes #3485

new feature
needs discussion