Kivy - First Impressions

From OpenCircuits
Revision as of 09:26, 7 February 2017 by Russ hensel (talk | contribs) (Created page with "= Introduction = My plan is to take a fairly robust application, my SmartTerminal and implement another version of its GUI in Kivy. This is my first introduction to Kivy, but...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

My plan is to take a fairly robust application, my SmartTerminal and implement another version of its GUI in Kivy. This is my first introduction to Kivy, but not Python. I want to run on real PCs but running on other platforms is a plus. It might be a plus to support touch which I think Kivy does. My computer is not touch, I do have a couple of android tablets.


Kivy Language

First impressions:

  • I do not like it, it seems to be a language in the same sense as HTML, more like a configuration file, XML ish which I have learned to dislike.
  • If a language how come none of the examples seem to use comments?
  • Easy to convert to python, but not clear to me how.

Conclusion: For now will avoid the so called Kivy language ( but finding much example code that is non trivial in Python is a search, I will let you know what I find )