Skip to content

Instantly share code, notes, and snippets.

@kenpenn
kenpenn / gangnam.js
Last active October 8, 2021 15:27
d3 gangnam style
/* d3 gangnam style!
* simplifed test case
* moving force-directed graph nodes via transform
* coded by Ken Penn
*/
(function () {
window.reqAniFrame = function(win, t) {
return win["r" + t] || win["webkitR" + t] || win["mozR" + t] || win["msR" + t] || function(fn) { setTimeout(fn, 60) }
} (window, "equestAnimationFrame");
@kenpenn
kenpenn / globe-tour.css
Last active December 19, 2019 10:28
d3 with three world tour
* { box-sizing : border-box; }
body {
background: #111;
color: #fff;
font-family: sans-serif;
font-weight:normal;
font-size: 13px;
margin:0;
@kenpenn
kenpenn / .block
Last active June 4, 2018 04:57
D3 Gangnam Style! v4
license: gpl-3.0
height: 600
@kenpenn
kenpenn / .block
Last active August 9, 2017 10:07
D3 badge for viSFest 2017
license: gpl-3.0
width: 1050
height: 1500
@kenpenn
kenpenn / .block
Last active July 18, 2017 18:30
viz for viSFest 2017
license: gpl-3.0
height: 960
@kenpenn
kenpenn / .block
Last active July 9, 2017 17:08
D3 Logo for viSFest 2016
license: gpl-3.0
height: 500
@kenpenn
kenpenn / .block
Last active July 9, 2017 17:07
D3 badge for viSFest 2016
license: gpl-3.0
height: 1475
@kenpenn
kenpenn / .block
Last active December 4, 2016 18:30
Parsing
license: gpl-3.0
border: yes
height: 560
scrolling: yes
@kenpenn
kenpenn / .block
Last active August 28, 2016 21:06
line intersections
license: gpl-3.0
border: yes
height: 560
scrolling: yes
@kenpenn
kenpenn / .block
Last active August 13, 2016 01:59
force simulation using translate
license: gpl-3.0