ManimCommunity / manim

A community-maintained Python framework for creating mathematical animations.
https://www.manim.community
MIT License
19.94k stars 1.48k forks source link

Add typings to `OpenGLMobject` #3803

Closed chopan050 closed 3 weeks ago

chopan050 commented 3 weeks ago

Self-describing. I did this because OpenGLMobject lacks a lot of docstrings and typings, and in the spirit of helping make its code similar to Mobject because they have diverged a lot.

Reviewer Checklist

chopan050 commented 3 weeks ago

Done! I think I've addressed everything.