Kivy: Develop multi-touch enabled Python apps
1–10 of 49 posts
Re: Kivy: Develop multi-touch enabled Python apps
#2My only concern is that the community seems small and the site a little dated?
Re: Kivy: Develop multi-touch enabled Python apps
#3Kivy seems well designed and easy to use - not just for multi-touch but general cross platform UI apps, and phone apps. My only concern is that the community seems small and the site a little dated?
Re: Kivy: Develop multi-touch enabled Python apps
#4Kivy seems well designed and easy to use - not just for multi-touch but general cross platform UI apps, and phone apps. My only concern is that the community seems small and the site a little dated?
Possibly, but I've actually been hunting for a cross-platform, easy-to-build UI kit for Python, and this certainly seems easier than Tk or Qt. So it fits the bill for general cross-platform use ;-)
Re: Kivy: Develop multi-touch enabled Python apps
#5Main drawbacks: - Community size - It's missing some general styling capabilities
Because everything is in Python, it's really easy to get started. Give it a go!
Re: Kivy: Develop multi-touch enabled Python apps
#6I've been using Kivy for a few months now. From my experience it's a great language/platform to develop proof of concepts and prototypes. Main drawbacks: - Community size - It's missing some general styling capabilities Because everything is in Python, it's really easy to get started. Give it a go!
Re: Kivy: Develop multi-touch enabled Python apps
#7I've been using Kivy for a few months now. From my experience it's a great language/platform to develop proof of concepts and prototypes. Main drawbacks: - Community size - It's missing some general styling capabilities Because everything is in Python, it's really easy to get started. Give it a go!
Re: Kivy: Develop multi-touch enabled Python apps
#8Some comments say small community, but that seems like it could be a large drawback honestly. Does that mean, for example, there are few(er) stack overflow posts about it, and you are likely to run into some painful issues along the way? How well does it integrate with matplotlib? How easy is it to tweak its internal widgets to your liking?
Re: Kivy: Develop multi-touch enabled Python apps
#9Can anyone point me to a Kivy app that shows - if not totally native looking - at least a fairly standard approach to developing an Android UI?
(on the plus side - Kivy apps always seem smooth and responsive on Android)
EDIT - I found this post from January: https://kivy.org/planet/2016/01/kivy-android-app%C2%A0showca... Kognitivo looks interesting.
Re: Kivy: Develop multi-touch enabled Python apps
#10I always keep my eye on the Play Store for any production apps using Kivy. It used to be the case that they all had a fairly unconventional (game-like) UI or a fairly clunky one. Can anyone point me to a Kivy app that shows - if not totally native looking - at least a fairly standard approach to developing an Android UI? (on the plus side - Kivy apps always seem smooth and responsive on Android) EDIT - I found this p…
We've been discussing how to include more unified themeing capabilities in Kivy itself, ideally as a big new feature in the upcoming 2.0 release.
Edit: I wrote a post at http://inclem.net/2016/01/15/kivy/kivy_android_app_showcase/ about some of the best published Kivy apps including themeing considerations, although they don't aim for a standard Android UI either. I see in your edit you've already seen this though.