panda3d-kivy icon indicating copy to clipboard operation
panda3d-kivy copied to clipboard

Fixed segfault on macOS Big Sur.

Open yuehaowang opened this issue 2 years ago • 0 comments

On my macOS, Kivy will choose SDL2 as the default graphics backend. Perhaps Panda3D is not compatible with SDL2. So I just enforce the backend to GL and find it works well.

Environment:

Python 3.7.11 Panda3D 1.10.11 Kivy 2.1.0 macOS: Big Sur 11.6

Hope this PR is helpful.

yuehaowang avatar Mar 27 '22 20:03 yuehaowang