Skip to content
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.

Running on OSX #4

Open
golgobot opened this issue Oct 19, 2017 · 1 comment
Open

Running on OSX #4

golgobot opened this issue Oct 19, 2017 · 1 comment

Comments

@golgobot
Copy link

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.

@advancingu
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants