mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* replace old with new * dropped redundant files * replace examples in example_Scenes * replace opengl_ in test * ammend __init__ * opengl_compatibilty for Surface * make resolution a tuple for opengl compat * resolution changes in opengl.py * rework sphere and enable dual renderer for 3d shapes * adjust res for Torus * actually drop file * flip cairo_sphere resolution * changes * render each submobject individually * make BraceLabel appear * remove if config.renderer==opengl from mobject.py * rewrite tests * properly deprecate ParametricSurface * revert rendering each submobject individually * initialize OpenGLRenderer in Scene if config.renderer is opengl * fix bases when config.renderer is changed * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * actually push test * remove unused bounding_box + data from mobject.py * overwrite tests * use #1899 to switch renderer at runtime to make tests work * attempt at fixing tests * add renderer=cairo at the end of the test?? * rewrite failing test * remove self.attr = self.attr for bracelabel * remove accidental line in test * remove unecessary bloat and make set_fill_by_value dual compatible * update to remove deprecation warning * add ParametricSurface to __all__ * deprecate ParametricSurface * change some examples * adjust docs Co-authored-by: Darylgolden <darylgolden@gmail.com> Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Darylgolden <darylgolden@gmail.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| advanced_tex_fonts.py | ||
| basic.py | ||
| custom_template.tex | ||
| customtex.py | ||
| manim.cfg | ||
| manim_jupyter_example.ipynb | ||
| opengl.py | ||