Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I deploy a Kivy GUI Application as a WebApp in a Web Browser?

I have developed a Kivy application and was wondering if it was possible to deploy it as a web app. I've tried using flask but it is running into some problems. I run the Kivy Application by calling the App builder class while flask does something similar. So can anyone direct me to any tutorials or other information about deploying a Kivy Application in a web browser?

I just need the GUI to display in a web browser so I believe the HTML doesn't need to be too extravagant.

like image 967
klewis Avatar asked Feb 06 '23 02:02

klewis


1 Answers

Kivy does not currently support working in a browser.

There are some experiments to do it, but the result is very slow, to open and to use, and doesn't work in all browsers; more work is needed, and it's not a priority to us. If you want a web app, use a web technology.

I am a Kivy developer

like image 81
Tshirtman Avatar answered Feb 07 '23 15:02

Tshirtman