pybullet GUI and pyrender issue #3844
Answered
by
erwincoumans
shivanimall
asked this question in
Q&A
-
Hello, I am on MacOS. I am using pybullet.GUI to connect to physics client as follows:
Can you please suggest a fix? |
Beta Was this translation helpful? Give feedback.
Answered by
erwincoumans
May 16, 2021
Replies: 1 comment 1 reply
-
On Mac, OpenGL happens in the main thread, and you cannot mix two OpenGL instances. Use a separate process (or multiprocessing) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shivanimall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Mac, OpenGL happens in the main thread, and you cannot mix two OpenGL instances. Use a separate process (or multiprocessing)