QT5 + BGFX integration
Unsolved
3rd Party Software
-
Hello Everyone!
I would like to integrate BGFX framework - 3D framework to QT5 application.
I know about QT3D, but I would like to integrate BGFX. BGFX on GitHub - https://github.com/bkaradzic/bgfxI created a skeleton application which shows Qt5 + BGFX integration - https://github.com/PetrPPetrov/bgfx-qt5-win
Basically, it works. However, I have flicking \ blinking issue when using DX9 or OpenGL renderer. Please use left mouse button to rotate the 3D cube. On my side DX11 renderer works fine. Looks like that double buffer is not used in central widget.Could somebody review my code and probably run it to advice a solution?
Thank you very much! -
This post is deleted!