From 4ffc3b9e41b2ca900b387d7caee7550f20be4cb0 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 14 Feb 2017 13:46:53 -0800 Subject: [PATCH] Mention how to move and zoom in the demo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 50b3fd02..d33b7f14 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ features: Check out the code and run `cargo build --release`. Try the demo with `cargo run --release --example lorem-ipsum -- resources/tests/nimbus-sans/NimbusSanL-Regu.ttf`. +Use the mouse wheel or touchpad scrolling to move, and do the same while holding Alt or Option to +zoom. As an alternative, debug builds (without the `--release`) build quickly and are typically fast, since most of the code runs on GPU.