dgym

Results 6 comments of dgym

I'm also very interested in deploying Kivy apps via the web, running directly in the browser. It would be a great additional platform for some apps. Looking through the groups...

I have had emscripten compiled projects working on other browsers before, including Chrome, Android, Safari, iOS and IE. I hope the problem(s) with my current build can be tracked down...

I'm just trying to make it work at all. It would be up to others to decide if adding this support to Kivy master is the best way forward.

I have added my work so far to this branch: https://github.com/dgym/kivy/tree/emscripten-wip It breaks some things and I'm not convinced that the build process should even be in the Kivy repo....

@helenst kindly put together builds for lots of the examples: https://dgym.github.io/kivy-browser-demo/ It seems there is a text input rendering problem - another thing to add to the list.

Some updates, but sadly no progress: I was looking into Chrome support, but although I got a simple Python+SDL2 small enough to run I have had no such luck when...