ManimCommunity / ManimCommunity/manim
There might still be some Warping with OpenGLImageMobject
Open
Nobody has claimed this yet.
- #1837 by @hydrobeam — closed without merging
issue:bug
opengl
- Dominant language
- Python
- Stars
- 40.9k
- Forks
- 3.1k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 25
Description
Description of bug / unexpected behavior
See
- #1837
- #2534
Expected behavior
No warping
How to reproduce the issue
class a(Scene):
def construct(self):
a = ImageMobject("day_texture.png")
self.add(a)
self.interactive_embed()
Additional media files

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing issues #1837 and #2534, then reproduce the reported behavior with the ImageMobject example in an interactive scene using the linked video and texture image. Trace the OpenGL image-rendering path involved in that example. Done means the image no longer warps during the reproduced interaction.
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
- Mostly clear
- Newbie friendliness
- 35/100