kivy-gamecamp-pong-tutorial/DEV_NOTES.md

634 B

Notes while working on Kivy

Tutorial Improvements:

Kivy File

  • Properties need to be declared at the top of a section in Kv.
  • Nothing in the Kv language specification on the order of properties / sections.

Kivy language

  • Documentation for Kv language
  • Documentation on language does not have an explicit section on adding comments.
  • Nice to have tips for syntax-highlighting inside Kv files for PyCharm.