kivy/doc/sources/gettingstarted/intro.rst

32 lines
1.3 KiB
ReStructuredText

Introduction (start)
====================
Creating Kivy apps is fun and enriching. If you're a new developer, this map provides the perfect
starting point for app development. On your computer, you can create apps that run on::
iOs Devices: iPad, iPhone. Android devices: Tablets, Phones.
Mac OSX, Linux, Windows.
Touch enabled professional/homebrew devices.
.. image:: ../images/gs-kivy-all-platform.png
:align: center
(?) kivy provides you the freedom of writing your code once and having it run on different platforms.
Follow this road map to get the tools you need, understand the major concepts and best practices,
see where to find more information.
As you proceed through the road map, you will using Kivy SDK:
- **Learn**: the basics of programming with Kivy the language.
- **Explore**: the Kivy Touch framework.
- **Create**: simple cross-platform app.
- **Package**: for your choice of platform.
Finally, you will learn how to **Deploy** on a device of your choice.
Each page in the map introduces a new topic and links to related articles.
The road map provides you with a breadth of knowledge to get you started, and the last page, Moving Forward,
includes links to documents you should read next. Further familiarizing you with any individual topic.
You'll have the knowledge, tools, and skills to start developing Kivy apps!