ManimCommunity / ManimCommunity/manim

ConvertToOpengl does not always work

Open
#3,845 0 comments 0 reactions 0 assignees View on GitHub
issue:bug opengl
Dominant language
Python
Stars
40.9k
Forks
3.1k
Avg merge
3d 12h
Merged PRs (30d)
25

Description

```pycon
>>> from manim import *
>>> config.renderer = RendererType.OPENGL
>>> Cylinder.__bases__ # or Cylinder.__mro__
(,)
```

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the provided Python REPL example with `config.renderer = RendererType.OPENGL`, then inspect how `Cylinder.__bases__` and `Cylinder.__mro__` are determined. The issue does not name a file or test, and completion would require establishing why `ConvertToOpengl` does not produce the expected inheritance behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-graphics
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.