Transitioning to OpenGL #1400
Darylgolden
started this conversation in
Architecture
Replies: 3 comments
OpenGL rethinking the architecture (Maybe also deal with Cairo?)This discussions seeks to find a proposable idea for a new rendering Architecture surrounding the OpenGL Renderer.
Related Issues and Ideas: |
0 replies
Rendering Curves with OpenGL
The current best solution for rendering curves might be to implement nv_path_rendering in opengl only. Im not quite sure how much that would improve our situation but it might be worth a try. Or doing something like VASEr which is kind of what we do now using earclip. |
0 replies
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Our current system of having Mobjects for 2 different renderers is unsustainable. While a metaclass approach as suggested in #1272 could work, I think we should still try to move to making OpenGL the default renderer sooner rather than later.
Some of the challenges in transitioning could be:
All reactions