QmlOgre icon indicating copy to clipboard operation
QmlOgre copied to clipboard

Running on OSX

Open golgobot opened this issue 8 years ago • 1 comments

Hey, I know this project has been inactive for some time, but it would be great to update this and also get it working on OSX! It works great on Linux.

I'm able to build it (with some finagling), but I'm not able to run it. It crashes at GLFrameBufferObject::swapBuffers when Ogre tries to call glGetIntegerv(GL_FRAMEBUFFER_BINDING_EXT, &oldfb);.

I ported this to an other project I'm working on, and for some reason it doesn't fail there, but it only renders random pixels to the QQuickItem.

If you have any suggestions on how to get this running on OSX I'd be happy to do the work and make a pull request. Any help would be appreciated!

Thanks.

golgobot avatar Oct 19 '17 19:10 golgobot

Rendering of random pixels has been caused - to my limited experience - by actually rendering uninitialized memory instead of the desired texture. Perhaps this is the case here.

advancingu avatar Nov 01 '17 22:11 advancingu