From 377d6c94899db3b3bb32305023fcf891610488e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Fro=C5=82ow?= Date: Tue, 18 Aug 2020 17:02:55 +0200 Subject: [PATCH] frame data our -> frame data out --- docs/showcase/gifs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/showcase/gifs/README.md b/docs/showcase/gifs/README.md index 30f130bb..94327cdb 100644 --- a/docs/showcase/gifs/README.md +++ b/docs/showcase/gifs/README.md @@ -1,6 +1,6 @@ # Creating gifs -Sometimes you've created a nice simulation/animation, and you want to show it off. While you can record a video, that might be a bit overkill to break our your video recording if you just want something to post on twitter. That's where what [GIF](https://en.wikipedia.org/wiki/GIF)s are for. +Sometimes you've created a nice simulation/animation, and you want to show it off. While you can record a video, that might be a bit overkill to break out your video recording if you just want something to post on twitter. That's where what [GIF](https://en.wikipedia.org/wiki/GIF)s are for. Also, GIF is pronounced GHIF, not JIF as JIF is not only [peanut butter](https://en.wikipedia.org/wiki/Jif_%28peanut_butter%29), it is also a [different image format](https://filext.com/file-extension/JIF). @@ -148,7 +148,7 @@ for c in &colors { } ``` -Once that's done we can pull the frame data our of the `Arc>`, and pass it into `save_gif()`. +Once that's done we can pull the frame data out of the `Arc>`, and pass it into `save_gif()`. ```rust let mut frames = Arc::try_unwrap(frames) @@ -164,4 +164,4 @@ That's the gist of it. We can improve things using a texture array, and sending ![./output.gif](./output.gif) - \ No newline at end of file +