Updated wiki_proposed (markdown)

Richard Larkin 2014-01-24 04:51:01 -08:00
parent 2a35eb0f76
commit 94d1bfd3be
1 changed files with 5 additions and 5 deletions

@ -12,7 +12,7 @@ You have just landed at the Kivy wiki, a collection of useful information for th
* [[Snippets]]: Collection of useful code snippets for common tasks. (point to what's on existing wiki home)
* [[Kivy Blogs and Blog Posts]]: Blog posts about Kivy by Kivy users from around the world
* [[Profiling your Kivy application]]: Learn to optimize and tweak you Kivy app
* [Profiling your Kivy application](https://github.com/chaosbuffalolabs/kivy-profilers): Learn to optimize and tweak you Kivy app
* [The Kivy Garden](https://github.com/kivy-garden/): A collection of Kivy widgets from the community
# Gaming
@ -21,10 +21,10 @@ You have just landed at the Kivy wiki, a collection of useful information for th
# Mobiles
Plyer: a platform-independant api to use features commonly found on various platforms, notably mobile ones (https://github.com/kivy/plyer)
Pyjnius: a Python module to access Java class as Python class, using JNI. (https://github.com/kivy/pyjnius)
Pyobjus: a Python module to access Objective-C class as Python class, using Objective-C runtime reflection (https://github.com/kivy/pyobjus)
Knappdor on github: For Facebook/Twitter on Android, native Android dialogs an Toast, billing examples and more (https://github.com/knappador?tab=repositories)
* [Plyer](https://github.com/kivy/plyer): a platform-independant api to use features commonly found on various platforms, notably mobile ones ()
* [Pyjnius](https://github.com/kivy/pyjnius): a Python module to access Java class as Python class, using JNI.
* [Pyobjus](https://github.com/kivy/pyobjus): a Python module to access Objective-C class as Python class, using Objective-C runtime reflection
* [Knappdor on github](https://github.com/knappador?tab=repositories): For Facebook/Twitter on Android, native Android dialogs an Toast, billing examples and more
# Getting help