Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update imgui_impl_glfw.cpp #129

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

PeteHaughie
Copy link

Fix for Mac Intel build error error: cast of Objective-C pointer type 'id' to C pointer type 'void *' requires a bridged cast

Fix for Mac Intel build error `error: cast of Objective-C pointer type 'id' to C pointer type 'void *' requires a bridged cast`
@Daandelange
Copy link
Collaborator

Hi, thanks for finding and investigating this issue, but it's rather imgui related.
Did you submit the change to the imgui repo itself ?

I have some custom modifications with an update script, which does some necessary changes to improve compatibility with OF but I'd like to keep these minimal.

@PeteHaughie
Copy link
Author

I did not as I thought it might be better served solving my own problem first. I can do that if you feel it more appropriate though.

@Daandelange
Copy link
Collaborator

To check if it's indeed an imgui bug, best would be to compile the glfw example of the imgui repo and see if you need the same change. Otherwise the bug is in the OpenFrameworks or the ofxImGui code and could be merged here.

Which versions of OpenFrameworks and operating system do you need this fix for ?

@danoli3
Copy link

danoli3 commented Aug 1, 2024

I'll look into this on the macOS side

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

Successfully merging this pull request may close these issues.

3 participants