From f08cf7d39d68082b040589c4dad8ffe9d96b5a9a Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Mon, 25 Apr 2016 14:14:28 -0400 Subject: [PATCH] README updates modified: README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed02918..3349a2d 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,15 @@ No More Secrets screen in the 1992 hacker movie "Sneakers". If you are unfamiliar with the effect, it can be seen at 0:35 in [this youtube video](https://www.youtube.com/watch?v=F5bAa6gFvLs). -This project seeks to provide tools to recreate this effect in your projects. As a demonstration, -I've included a program (called "sneakers"; type `make sneakers` when installing.) that -utilizes the provided code to recreate, almost identically, what we see in the above movie clip. +This project seeks to provide tools to recreate this effect in your projects. -Here is a screencap of that program: +Here is a standalone executable (provided in this project) that uses the provided tools to perform this +effect on piped data: + +![Screenshot](http://i.imgur.com/ezF3xkN.gif) + +Here is another example program called "sneakers" (type `make sneakers` when installing.) that +utilizes these tools to recreate, almost identically, what we see in the above movie clip. ![Screenshot](http://www.tackboard.world/no_more_secrets.gif)