Colored Delaunay triangulation with D3.js. Inspired by work from Mike Bostock and Quinn Rohlf.
View README.md
Simplified version of Christopher Manning's Voronoi diagram using D3.js.
View README.md
Simple U.S. State map. Path data gathered from Trulia.
View .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################### | |
# OS Generated Files # | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.spotlight-V100 | |
.Trashes | |
Icon? |
View .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################### | |
# OS Generated Files # | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.spotlight-V100 | |
.Trashes | |
Icon? |
View .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################### | |
# OS Generated Files # | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.spotlight-V100 | |
.Trashes | |
Icon? |
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
svg { | |
font: 10px sans-serif; | |
} | |
.area { | |
fill: #327CD1; |
View keybase.md
Keybase proof
I hereby claim:
- I am codybuell on github.
- I am codybuell (https://keybase.io/codybuell) on keybase.
- I have a public key ASDu8E7R1r0OOJJ5oomlrAF9Ao_anUHHRmdgK-GRXTdSCwo
To claim this, I am signing this object:
View README.md
Orbiting planets and moons with D3.js, inspired by Jan van der Laan's Planetarium. Orbital speeds are roughly scaled relative to one another.