tree: 019e7215a2b64d3c620fbea9cec347e9edd9aab4 [path history] [tgz]
  1. BUILD.gn
  2. frame.cc
  3. frame.h
  4. main.cc
  5. noodles_app.cc
  6. noodles_app.h
  7. noodles_view.cc
  8. noodles_view.h
  9. rasterizer.cc
  10. rasterizer.h
  11. README.md
examples/ui/noodles/README.md

Multithreaded rendering example.

This directory contains a simple application which rasterizes frames on a separate thread from the one it uses to handle view events and to produce each frame's content.

For the purposes of this example, the content consists of a Lissajous figure.

USAGE

out/Debug/mojo_shell “mojo:launcher mojo:noodles_view”