tree: 148c7c69d7a732e6177cc692b44f009d6122d195 [path history] [tgz]
  1. backend/
  2. graph/
  3. render/
  4. tests/
  5. BUILD.gn
  6. compositor_app.cc
  7. compositor_app.h
  8. compositor_engine.cc
  9. compositor_engine.h
  10. compositor_impl.cc
  11. compositor_impl.h
  12. frame_dispatcher.cc
  13. frame_dispatcher.h
  14. main.cc
  15. README.md
  16. renderer_impl.cc
  17. renderer_impl.h
  18. renderer_state.cc
  19. renderer_state.h
  20. scene_impl.cc
  21. scene_impl.h
  22. scene_state.cc
  23. scene_state.h
services/gfx/compositor/README.md

Mozart Compositor

This directory contains an implementation of the Compositor interface. It provides a graphical compositor system for use by other applications.

It doesn‘t make sense to run this application stand-alone since it doesn’t have any UI of its own to display. Instead, use the Mozart Launcher or some other application to launch and embed the UI of some other application using the view manager.