2020-11-08 15:28:38 +01:00
|
|
|
.. _Application Library:
|
|
|
|
|
|
|
|
Application Library
|
|
|
|
===================
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
|
|
|
|
Built-in
|
|
|
|
--------
|
|
|
|
|
2020-11-22 10:25:24 +01:00
|
|
|
The built-in application are summarised below but because these apps are
|
|
|
|
treated as examples they are described in detail as part of the
|
2020-11-08 15:28:38 +01:00
|
|
|
:ref:`Wasp-os Reference Manual`:
|
|
|
|
|
|
|
|
* :py:class:`.ClockApp`
|
2021-01-12 23:33:25 +01:00
|
|
|
* :py:class:`.HeartApp`
|
2020-11-08 15:28:38 +01:00
|
|
|
* :py:class:`.LauncherApp`
|
|
|
|
* :py:class:`.PagerApp`
|
2021-01-12 23:33:25 +01:00
|
|
|
* :py:class:`.SettingsApp`
|
|
|
|
* :py:class:`.SoftwareApp`
|
|
|
|
* :py:class:`.StepCounterApp`
|
|
|
|
* :py:class:`.StopwatchApp`
|
2020-11-08 15:28:38 +01:00
|
|
|
* :py:class:`.TestApp`
|
|
|
|
* :py:class:`.TemplateApp``
|
|
|
|
|
|
|
|
Watch faces
|
|
|
|
-----------
|
|
|
|
|
2020-12-27 10:13:49 +01:00
|
|
|
.. automodule:: apps.chrono
|
|
|
|
|
2020-11-08 15:28:38 +01:00
|
|
|
.. automodule:: apps.fibonacci_clock
|
|
|
|
|
2021-01-12 23:33:25 +01:00
|
|
|
Applications
|
|
|
|
------------
|
2020-11-08 15:28:38 +01:00
|
|
|
|
2021-01-12 23:33:25 +01:00
|
|
|
.. automodule:: apps.alarm
|
2021-01-05 04:12:39 +01:00
|
|
|
|
2021-01-12 23:33:25 +01:00
|
|
|
.. automodule:: apps.calc
|
2020-11-27 11:39:40 +01:00
|
|
|
|
2021-01-12 23:33:25 +01:00
|
|
|
.. automodule:: apps.flashlight
|
2020-11-22 10:22:50 +01:00
|
|
|
|
2021-01-12 23:33:25 +01:00
|
|
|
.. automodule:: apps.haiku
|
2020-11-29 13:23:05 +01:00
|
|
|
|
2020-11-22 10:22:50 +01:00
|
|
|
.. automodule:: apps.musicplayer
|
2020-12-31 17:18:13 +01:00
|
|
|
|
2021-01-12 23:33:25 +01:00
|
|
|
.. automodule:: apps.testapp
|
|
|
|
|
2020-12-31 17:18:13 +01:00
|
|
|
.. automodule:: apps.timer
|
2021-01-12 23:33:25 +01:00
|
|
|
|
|
|
|
Games
|
|
|
|
-----
|
|
|
|
|
|
|
|
.. automodule:: apps.gameoflife
|
|
|
|
|
|
|
|
.. automodule:: apps.play2048
|
|
|
|
|
|
|
|
.. automodule:: apps.snake
|