karlwessel / mplopengl

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

Move RenderQtGL to separate file #5

Closed karlwessel closed 5 years ago

karlwessel commented 5 years ago

Since the renderer does not depend on Qt we should move it to a separate file and rename it to RendererGL.

Steps necessary would be:

  1. make sure all tests pass
  2. move RendererQtGL to separate file
  3. make sure all tests pass
  4. rename RendererQtGL to RendererGL
  5. make sure all tests pass
karlwessel commented 5 years ago

Fixed with commit 0f4fd73.