mirror of https://github.com/kivy/kivy.git
Created wiki_proposed (markdown)
parent
622d3dd51e
commit
9eb04d19f0
|
@ -0,0 +1,44 @@
|
|||
# Welcome!
|
||||
|
||||
You have just landed at the Kivy wiki, a collection of useful information for this awesome open source cross-platform Python framework!
|
||||
|
||||
# Getting started
|
||||
|
||||
The Kivy Website: For the official documentation, latest downloads and user guides.
|
||||
Talk and Tutorials: Introductory videos and learning material.
|
||||
Setting up Kivy with various popular IDE's
|
||||
|
||||
# Code
|
||||
|
||||
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
|
||||
The Kivy Garden: A collection of kivy widgets from he community (https://github.com/kivy-garden/)
|
||||
|
||||
# Gaming
|
||||
|
||||
KivEnt: an Entity Based Game Engine for Kivy by Kovak (https://github.com/Kovak/KivEnt)
|
||||
|
||||
# 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)
|
||||
|
||||
# Getting help
|
||||
|
||||
At Kivy, we love code and coders, so we want to help you. Feel free to ask questions, make comments or join us for a chat. All we ask is that you be nice, and follow our code of conduct (link to Kovaks draft - link somewhere it irc botbot log)
|
||||
|
||||
The Kivy Users Forum: Questions and answers for everyone (https://groups.google.com/forum/#!forum/kivy-users)
|
||||
The Kivy Developers Forum: For devs wanting to discuss the Kivy framework development (https://groups.google.com/forum/#!forum/kivy-dev)
|
||||
IRC: Join us at #Kivy on irc.freenode.net
|
||||
|
||||
# Miscellaneous
|
||||
|
||||
List of Kivy Projects - Projects that were created using Kivy
|
||||
Kivy Artwork - A small collection of Kivy Logo's and wallpapers. (https://github.com/Zen-CODE/kivybits/tree/master/Artwork)
|
||||
|
||||
# Lastly
|
||||
|
||||
The information here is not exhaustive but provides a brief overview of the Kivy landscape. If you know of any other good resources that should be added, please let us know! Oh, and enjoy Kivy!
|
Loading…
Reference in New Issue