1
vote
1answer
280 views

Kivy - Making a button/thumbnail with URL image as background

I have started working with Kivy recently and have encountered a problem. I need to make a button/thumbnail with a URL image as background. I got some help on the Kivy user forum here ...
0
votes
1answer
253 views

Kivy Play Audio Not Working

I'm attempting to run Kivy's audio example found here. The specific example is this: sound = SoundLoader.load(filename='test.wav') if not sound: # unable to load this sound ? pass else: # ...
2
votes
2answers
252 views

how to integrate two apps (mainloop) together in python

hi i am working on a VR engine "vizard" it has (like any other game engine) its mainloop, i want to integrate it with a multi-touch framework "kivy" which has its own mainloop , is it possible to do ...