OLD | NEW |
---|---|
(Empty) | |
1 # Multithreaded rendering example. | |
2 | |
3 This directory contains a simple application which rasterizes frames on | |
4 a separate thread from the one it uses to handle view events and to produce | |
5 each frame's content. | |
6 | |
7 For the purposes of this example, the content consists of a Lissajous figure. | |
8 | |
9 ## USAGE | |
10 | |
11 out/Debug/mojo_shell "mojo:launcher mojo:noodles_view" | |
OLD | NEW |