-
Notifications
You must be signed in to change notification settings - Fork 298
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
App scene does not appear properly in MacOs #234
Comments
Can you post a screenshot? It might be an issue with go-gl/glfw. Could you run the example in their readme and check if it has the same behavior? |
for the screenshot, I can say when the app scene appear randomly, I get following code in my terminal: |
I had updated g3n to use glfw v3.3 in 6938345 - I just closed the PR you mentioned and associated issue. |
Thank you @danaugrs . I will try it and let you know. |
Any improvement @signalsaeed ? |
NO Unfortunately, the problem was not related to the glfw version. During my tries and errors, I found out that if I put my code in one function it works and if I spread the code through different files in go packages, it will have the same random app scene problem. the random appearing of the app scene, may be related to threading whereas with some threads, it appears and in some threads , it does not. |
I also should add that I am using a mesh file for the graphic part. |
Yeah, I can manage a minimal reproducible piece of code to check what would be the problem as the issue draws my curiousness ;) |
Sure I can test it if you have some example code. You're using an Intel Mac right @signalsaeed? |
@SamTov, sure I can prepare an example code that reproduce the problem. I am using Intel mac. |
Dear @SamTov, I uploaded a reproducible piece of code which randomly appear the app scene in my mac. |
Hi @SamTov, did you manage to reproduce the issue? |
I can confirm adding this to main solves the issue here.
|
The app scene window in comes into the task bar (dock), but not shown as window in mac. it happens randomly. Do you have any Idea why the app scene behaves like this? and any fix?
The text was updated successfully, but these errors were encountered: