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

Panda3D add-on for Kivy integration.

Results 5 panda3d-kivy issues
Sort by recently updated
recently updated
newest added

Hi everyone, did anyone encounter problems when using Kivy's TextInput with an panda3d-embedded Kivy app? I get the following error and the focus stays active after clicking an input field...

I was experiencing crashes with panda3d (any newer version), kivy (tested 2.1.0, 2.0.0) and panda3d_kivy (0.3.0, 0.4.0) when running my application with python 3.9 (tested 3.9.5, 3.9.12). Everything worked just...

I'm getting a segmentation fault running the code from the README.md. Is there step not documented in the readme that I need to perform? Some specs: panda3d 1.10.7 panda3d-kivy 0.2.2...

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...

I use this lib in the following project [https://github.com/FrancoTonutti/Calculo-UTN-FRP](url) After trying to compile with ```python setup.py bdist_apps```, the generated .exe doesn't work I think the error is due to the...

help wanted