From 69abfd97de05fab67efcabdb6b6de6fbd3ead655 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Fri, 13 Sep 2013 05:22:02 -0700 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..86e624b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +light_painting +============== + +Paint with light using your webcam and colored LEDs! + +Requires Processing and a webcam. To use, adjust the variables at the top of the code (screenx/y, camx/y, camname) to fit your environment and then run.