Skip to content

Instantly share code, notes, and snippets.

View nick-thompson's full-sized avatar

Nick Thompson nick-thompson

View GitHub Profile
@nick-thompson
nick-thompson / fiddle.css
Last active March 18, 2018 12:37 — forked from anonymous/fiddle.css
Animated hexagon in polar coordinates with a superimposed naive sawtooth signal. (source: https://jsfiddle.net/tx1kfuae/42/)
body {
background-color: #222;
}
#canvas {
border: 1px solid #eee;
}
}
@nick-thompson
nick-thompson / .block
Last active January 10, 2017 16:46 — forked from mbostock/.block
Point-Along-Path Interpolation
license: gpl-3.0