From 09ba3979a96ba6667ee688787db6f017a4798735 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Mon, 7 Aug 2017 23:02:11 -0400 Subject: [PATCH] Add tweaking section to readme --- README.md | 7 +++++++ notes.md | 3 +++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 972186f..7816ed4 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,10 @@ Scrolling your mouse will speed up or slow down time. | 6 | makes points overshoot | | f | enables FPS counter | | d | enables debug mode (including FPS counter) | + +### Tweaking + +There are many more configurable values that affect the animation which don't +have an interaction or keybinding. You can find all of these at the top of +[`proximity.js`](/js/proximity.js). If you are feeling experimental, you can +clone the repo and edit those yourself. diff --git a/notes.md b/notes.md index b9eb86a..8d2f9f0 100644 --- a/notes.md +++ b/notes.md @@ -9,3 +9,6 @@ If lines make a connected polygon, shade the inside of it with the average color of all vertices composing the polygon. The more distant the points (and the larger the polygon) the more dark the color is shaded. * Hard. Not sure where to start with this. + +Add a bunch of dials and switches to the UI to tweak the different configurable +values.