From 5b86fc8e8e670637eec0282fcfc2640c06abb147 Mon Sep 17 00:00:00 2001 From: James H Ball Date: Tue, 11 Feb 2020 22:27:16 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d1002c8..9e3a653b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# oscilloscope-renderer +# osci-render Project for drawing lines on an oscilloscope using audio output. -This will gradually turn into a project that allows for 3D rendering of objects/models on an oscilloscope using audio output. +This allows for 3D rendering of any generic object (.obj file) From b6d96d47370137d1cb65755a28ede0fcd082e683 Mon Sep 17 00:00:00 2001 From: James H Ball Date: Tue, 11 Feb 2020 22:28:00 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9e3a653b..d23408f2 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Project for drawing lines on an oscilloscope using audio output. This allows for 3D rendering of any generic object (.obj file) + +Lots of this code was built as part of a 24hr hackathon; IC Hack 20. The original repository can be found here: https://github.com/wdhg/ICHack20