2012-03-21 19:26:40 +00:00
|
|
|
Diving in
|
2012-03-23 16:05:08 +00:00
|
|
|
---------
|
2012-04-04 19:38:00 +00:00
|
|
|
|
2013-04-30 20:57:36 +00:00
|
|
|
To get straight into kivy, take a look at :doc:`/index`.
|
2012-04-04 19:38:00 +00:00
|
|
|
|
2014-03-10 21:20:49 +00:00
|
|
|
Kivy comes with a set of :doc:`examples` in the ``kivy_installation/examples``
|
|
|
|
directory. You should try modifying/improving/adapting them to your needs.
|
2012-04-04 19:38:00 +00:00
|
|
|
|
2014-03-10 21:20:49 +00:00
|
|
|
Browse the `snippet wiki <https://github.com/kivy/kivy/wiki/Snippets>`_. You can
|
|
|
|
even add your own snippet in the user snippets section.
|
2012-04-04 19:38:00 +00:00
|
|
|
|
2013-04-30 20:57:36 +00:00
|
|
|
Understand the basics about :mod:`kivy graphics <kivy.graphics>`.
|
2012-04-04 19:38:00 +00:00
|
|
|
|
2013-04-30 20:57:36 +00:00
|
|
|
Take a look at the built-in :mod:`widgets <kivy.uix>`.
|
2012-04-04 19:38:00 +00:00
|
|
|
|
2012-07-23 23:08:53 +00:00
|
|
|
Follow the :doc:`/guide-index` to get even more familiar with kivy.
|
2012-04-04 19:38:00 +00:00
|
|
|
|
2013-04-30 20:57:36 +00:00
|
|
|
See how to use different :mod:`Modules <kivy.modules>` in the modules section,
|
2013-06-07 23:01:54 +00:00
|
|
|
such as the :mod:`Inspector <kivy.modules.inspector>` for live inspection.
|
2012-04-04 19:38:00 +00:00
|
|
|
|
2013-04-30 20:57:36 +00:00
|
|
|
Learn how to handle custom :mod:`Input <kivy.input>`.
|
2012-04-04 19:38:00 +00:00
|
|
|
|
2012-07-23 23:08:53 +00:00
|
|
|
See how kivy has been extended with :mod:`extensions <kivy.ext>` support.
|
2012-04-04 19:38:00 +00:00
|
|
|
|
2013-04-30 20:57:36 +00:00
|
|
|
Familiarize yourself with the :mod:`kivy framework <kivy>`.
|
2012-04-04 19:38:00 +00:00
|
|
|
|
2014-03-10 21:25:55 +00:00
|
|
|
Kivy is open source, so you can **contribute**. Take a look at the
|
|
|
|
:doc:`/contribute` section for guidelines.
|