GillesDebunne / libQGLViewer

libQGLViewer is an open source C++ library based on Qt that eases the creation of OpenGL 3D viewers.
Other
241 stars 94 forks source link

Modern openGL support planned? #40

Closed CDitzel closed 6 years ago

CDitzel commented 6 years ago

I really like your project and the effort you have put into it.

Are you planning on porting it to modern openGL any time soon?

I am somehow reluctant to use legacy openGL which is required by the current libQGLViewer version

GillesDebunne commented 6 years ago

Hello,

This is a popular request, and it would make perfect sense. However, due to lack of time and knowledge, I unfortunately have no plans to work on this feature any time soon.

However, since this is an open source project, I'm open to contribution and would gladly provide help or advice to anyone willing to send a pull request. I have some ideas for a refactor, mostly along the lines of reducing the library's footprint.