Skip to content

Remove the dependency on QT and use the QOpenGLWidget

Alexander T. requested to merge Ediacarium/met.3d:qt-rewrite into master

Done:

  • Removed GLEW from dependecies
  • Compilation now requires a modified glfx, source here: https://gitlab.com/Ediacarium/qglfx
  • Replaced QGLWidget with QOpenGLWidget
  • Removed MGLResourceManagers dependecy on QOpenGLWidget

TODO:

  • Test
  • Remove usage of depricated OpenGL functions to allow Core profile usage
  • Update documentation
Edited by Marc R.

Merge request reports