1
0
Fork 0
wasp-os/docs/apps.rst

45 lines
727 B
ReStructuredText
Raw Normal View History

.. _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:`.FlashlightApp`
* :py:class:`.LauncherApp`
* :py:class:`.PagerApp`
* :py:class:`.TestApp`
* :py:class:`.TemplateApp``
Watch faces
-----------
.. automodule:: apps.chrono
.. automodule:: apps.fibonacci_clock
Games
-----
.. automodule:: apps.gameoflife
.. automodule:: apps.snake
Integration
-----------
.. automodule:: apps.alarm
.. automodule:: apps.musicplayer
.. automodule:: apps.timer