tree: e647f42fb554dc7118f5f54389d6254c254166e8 [path history] [tgz]
  1. meta/
  2. _toc.yaml
  3. input.md
  4. life_of_a_pixel.md
  5. README.md
  6. scenic.md
  7. scenic_resource_lifecycle.md
  8. units_and_metrics.md
  9. view_bounds.md
docs/the-book/ui/README.md

Garnet UI services

Fuchsia's Garnet layer does not provide a full-fledged end-user UI. Instead, it provides services that provide a foundation upon which to build secure, performant, multi-process UIs.

These services include:

Scenic, the Fuchsia graphics engine

Scenic (doc) provides a retained-mode scene graph that allows graphical objects from multiple processes to be composed and rendered within a unified lighting environment.

Input

The input subsystem (doc) is responsible for discovering the available input devices, and allowing clients to register for events from these devices.