summaryrefslogtreecommitdiff
path: root/docs/apps.rst
blob: 37bc795d4c4d9254d9a2ffac9c9a453bbeda7d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.. _Application Library:

Application Library
===================

.. contents::
    :local:

Built-in
--------

The built-in application are summarised below but because these apps are
treated as examples they are described in detail as part of the
:ref:`Wasp-os Reference Manual`: 

 * :py:class:`.ClockApp`
 * :py:class:`.HeartApp`
 * :py:class:`.LauncherApp`
 * :py:class:`.PagerApp`
 * :py:class:`.SettingsApp`
 * :py:class:`.SoftwareApp`
 * :py:class:`.StepCounterApp`
 * :py:class:`.StopwatchApp`
 * :py:class:`.TestApp`
 * :py:class:`.TemplateApp``

Watch faces
-----------

.. automodule:: apps.chrono

.. automodule:: apps.fibonacci_clock

Applications
------------

.. automodule:: apps.alarm

.. automodule:: apps.calc

.. automodule:: apps.flashlight

.. automodule:: apps.haiku

.. automodule:: apps.musicplayer

.. automodule:: apps.testapp

.. automodule:: apps.timer

Games
-----

.. automodule:: apps.gameoflife

.. automodule:: apps.play2048

.. automodule:: apps.snake