Index: examples/ui/noodles/README.md |
diff --git a/examples/ui/noodles/README.md b/examples/ui/noodles/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e0911b973456dc96ac360013f3d658a0ea6a8f5d |
--- /dev/null |
+++ b/examples/ui/noodles/README.md |
@@ -0,0 +1,11 @@ |
+# 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" |