tree: b436c223fe7523806d70cf8fed290ad3853a6bb5 [path history] [tgz]
  1. benchmarks/
  2. gltf_export/
  3. ime/
  4. input/
  5. input_reader/
  6. meta/
  7. present_view/
  8. presentation_mode/
  9. print_input/
  10. root_presenter/
  11. scenic/
  12. screencap/
  13. set_renderer_params_HACK/
  14. set_root_view/
  15. sketchy/
  16. snapshot/
  17. tests/
  18. text/
  19. BUILD.gn
  20. OWNERS
  21. README.md
garnet/bin/ui/README.md

Mozart

A collection of services and applications to support the graphical user interface.

Scenic, the scene manager.

Scenic's primary mission is to allow client apps to present graphical content on the screen. This is achieved by providing controlled access to a shared scene graph.

View Manager

A service which provides user interface capabilities to views (user interface components implemented by applications), mediates their interactions, and manages the state of the overall view hierarchy.

Input Manager

A service which dispatches input events to views.

Root Presenter

A simple application to present views as the root of a display.