proximity-structures/notes.md

26 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

Space the dots out more. Don't let them get close.
* Still not sure if I want to do this
Rotate the dots around the page in a circular pattern.
2017-08-01 05:34:53 +00:00
Make a better points data structure with x and y keys.
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.
2017-08-08 03:02:11 +00:00
Add a bunch of dials and switches to the UI to tweak the different configurable
values.
2017-08-13 07:20:53 +00:00
* Mostly implemented, need to add dials for click and hover vars
* ~~Make point count slider add/remove points dynamically without having to
reset.~~
2017-08-13 07:20:53 +00:00
* Make increasing cycleDuration auto randomize point cycles?
* Save config to local storage and add a reset config to defaults button
* Allow sharing configs
2017-08-08 04:13:50 +00:00
Crazy idea: add a 3rd dimension. Points with a z-index closer to zero will be
closer to the screen. I can simulate that by scaling the points and lines and
applying a blur filter to the points scaled down and further away.
2017-08-13 07:20:53 +00:00
* Gave up on this