kivy3
kivy3 copied to clipboard
3D graphics framework for Kivy.
123
321
Dear, I installed kivy3 and tried some examples, but all of them quits with an error. I followed instructions from readme.md and I have a Win 10 machine with Python...
Dear, is it there any physics engine in Kivy3? Edit: I mean 3D physics.
* Log warning in WaveObject.convert_to_mesh if texture file cannot be found instead of failing with an AttributeError. * Convert square faces into two triangle faces when parsing obj files. *...
It does not appear possible to add extra objects to a scene after the initial Renderer.render() call. This is seen in a simple modification of example3.py. Here, when `myFlag=1`, all...
Welp, I have started supporting python3 and I can already run the examples under python3.6. I'd like to know your opinion about it @nskrypnik Also I don't know if it's...
Hi. Although my issue seems local to my system (and therefore, maybe not a kivy3 bug), Kivy3's 'setup.py' should (imho ;) ) be made to catch such issue, so the...
We're relying on kivy3 for our production app - what are the plans for a PIP package? it would be best to release against a specific version for stability reasons....
Got runtime complaint: > IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.7/dist-packages/kivy3-0.1-py2.7.egg/kivy3/default.glsl' Manually copied kivy3/default.glsl there and that quieted the error. Thanks, -kb, the Kent who is just starting...