tree: 9e91250f44ed79a5fccfdb89a52d79ac11c655ed [path history] [tgz]
  1. meta/
  2. _toc.yaml
  3. focus_chain.md
  4. frame_scheduling.md
  5. input.md
  6. life_of_a_pixel.md
  7. OWNERS
  8. README.md
  9. scenic.md
  10. scenic_resource_lifecycle.md
  11. units_and_metrics.md
  12. view_bounds.md
  13. view_ref.md
docs/concepts/graphics/scenic/README.md

Fuchsia UI services

The Fuchsia tree 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.