PDA

View Full Version : opengl rendering with qtquick UI overlay



sajis997
5th December 2014, 19:29
Hello forum,

I have already done some modern opengl rendering with qt5. Now i would like to add translucent GUI on top of the opengl rendering that shows up/hide with the keypress. There are some videos about it but did not give much of a hint at the code level. Do you guys know where i could have some open sample code that may give me some hint ?

Thanks

anda_skoa
6th December 2014, 10:43
this might help
http://qt-project.org/doc/qt-5/qtquick-scenegraph-openglunderqml-example.html

Cheers,
_