ManimCommunity / ManimCommunity/manim
ConvertToOpengl does not always work
Open
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
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