Robo-Touch / Taxim

MIT License
75 stars 20 forks source link

Possible fix for OpenGL on macOS for taxim-robot #4

Open reginazhai opened 2 years ago

reginazhai commented 2 years ago

Hi!

I found that the 'Unable to load OpenGL library' error when running taxim-robot was fixed for me by editing the PyOpenGL file OpenGL/platform/ctypesloader.py, and changing the line

fullName = util.find_library( name )

to

fullName = '/System/Library/Frameworks/OpenGL.framework/OpenGL'

Hope it helps!

lisong-HNU commented 1 month ago

hi, how do you open the gui interface? When I run the sample file in the readme, it does not show the gui interface