Created
July 13, 2014 14:12
-
-
Save revolunet/c61deb335641410884ad to your computer and use it in GitHub Desktop.
Kivy data for http://mobile-frameworks-comparison-chart.com/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"framework": "Kivy", | |
"url": "http://kivy.org", | |
"framework_current_version" : "1.8.0", | |
"comparison_data_last_update" : "2014-07-13", | |
"tutorial_url": "http://kivy.org/docs/tutorials/pong.html", | |
"license": "MIT", | |
"video_url": "http://vimeo.com/22725621", | |
"book": "http://kivy.org/docs/pdf/Kivy-latest.pdf", | |
"documentation_url": "http://kivy.org/docs", | |
"ios": true, | |
"android": true, | |
"windowsmobile": false, | |
"windowsphone": false, | |
"blackberry": false, | |
"symbian": false, | |
"meego": false, | |
"maemo": false, | |
"webos": false, | |
"bada": false, | |
"mobilewebsite": false, | |
"webapp": false, | |
"nativeapp": true, | |
"hybridapp": false, | |
"python": true, | |
"php": false, | |
"java": false, | |
"ruby": false, | |
"actionscript": false, | |
"csharp": false, | |
"lua": false, | |
"html": false, | |
"css": false, | |
"js": false, | |
"cplusplus": false, | |
"accelerometer": true, | |
"camera": true, | |
"capture": true, | |
"compass": true, | |
"connection": true, | |
"contacts": true, | |
"device": true, | |
"nativeevents": true, | |
"file": true, | |
"geolocation": true, | |
"notification": true, | |
"storage": true, | |
"gestures_multitouch": true, | |
"messages_telephone": true, | |
"bluetooth": true, | |
"nfc": true, | |
"vibration": true, | |
"cd": true, | |
"widgets": true, | |
"accessibility": false, | |
"sdk": true, | |
"ads": true, | |
"encryption": true, | |
"free": true, | |
"opensource": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment