Merge OpenGL and Cairo Mobjects #1579
awesome-developer-20
started this conversation in
Architecture
Replies: 1 comment 6 replies
-
We are already in the process of doing exactly that, via the metaclass approach introduced in #1272. :-) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem:
Maintaining two separate mobject trees is difficult and from user end to changing all constructor names from
Tex
toOpenGLTex
is irritating to change rendering method.Solution:
Merge
Mobject
andOpenGLMobject
classes and separate out rendering logic in renderer.Beta Was this translation helpful? Give feedback.
All reactions