karlwessel / mplopengl

OpenGL based backend for matplotlib
MIT License
14 stars 5 forks source link

Qt independancy #19

Open Zigler opened 1 year ago

Zigler commented 1 year ago

Hey there, I'd like to see this be a QT independent back end if possible. I understand this could be a big change, but a welcome one in my book.

karlwessel commented 1 year ago

The render itself in renderergl.py already is qt independent. Someone would "only" have to implement an qt independent FigureCanvas that provides an opengl canvas to render to.

karlwessel commented 2 days ago

See also issue #2.