From be4383aae9f47e3fe5b4958d59bf42a6adf72cc6 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 24 Sep 2020 10:56:42 +0200 Subject: [PATCH 1/3] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..714eb42 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# magic-veneer + +Token based interaction with a translucent veneer countertop. THis prototype was created to test the feasibility of a tangible interaction on translucent wood veneer. It utilizes proximity sensors to trigger the different parts of the interaction. The enhancement of the tangible token is done through projecting a processing sketch on the translucent veneer. + +## Warning + +Processing code should be rewritten, when proceeding with that prototype. As-is it just is a PoC. From 3a49d6cbf784a341ff5ee110b5f2cbd49149bb8e Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 24 Sep 2020 10:56:53 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 714eb42..2d98b6e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # magic-veneer -Token based interaction with a translucent veneer countertop. THis prototype was created to test the feasibility of a tangible interaction on translucent wood veneer. It utilizes proximity sensors to trigger the different parts of the interaction. The enhancement of the tangible token is done through projecting a processing sketch on the translucent veneer. +Token based interaction with a translucent veneer countertop. This prototype was created to test the feasibility of a tangible interaction on translucent wood veneer. It utilizes proximity sensors to trigger the different parts of the interaction. The enhancement of the tangible token is done through projecting a processing sketch on the translucent veneer. ## Warning From fa05cf3d7856c25bbb1c7fe86e09112127594845 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 24 Sep 2020 10:57:20 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d98b6e..06d15bf 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Token based interaction with a translucent veneer countertop. This prototype was ## Warning -Processing code should be rewritten, when proceeding with that prototype. As-is it just is a PoC. +Processing code should be rewritten if prototype is to be looked at further. As-is it just is a PoC.