Skip to content

haceworld/Kivy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Kivy

Kivy is an open source Python framework for creating cross-platform multi-touch mobile applications with Natural User Interface. Kivy is an open source Python framework for creating cross-platform multi-touch mobile applications with Natural User Interface. Its speed is comparable to other native mobile alternatives like Java for Android and Objective C for iOS. Kivy is the only solution for coding in Python on mobile devices. It is also capable of running on multiple platforms like HTML5 because it does not depend on heavy browser support, and is implemented in C using Cython due to which it runs directly on the GPU. The main aim that was kept in mind while developing Kivy was to run the same code on multiple platforms. It contains all the modules for building applications such as:

1.) Modules for input from the mouse, keyboard, TUIO and other OS-specific inputs 2.) A graphics library 3.) Multi-touch support provided by a range of widgets 4.) A designing language, called Kivy Language, to design custom widgets

About

Kivy is an open source Python framework for creating cross-platform multi-touch mobile applications with Natural User Interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages