Skip to content

Instantly share code, notes, and snippets.

@mbostock
mbostock / .block
Last active May 21, 2017 07:24
Voronoi tests
license: gpl-3.0
@christophermanning
christophermanning / README.md
Last active March 12, 2020 02:14
Octocat Force Layout
@rkirsling
rkirsling / LICENSE
Last active December 23, 2023 12:54
Directed Graph Editor
Copyright (c) 2013 Ross Kirsling
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
@upphiminn
upphiminn / airlines.xml
Last active November 8, 2019 11:48
Example of d3-ForceEdgeBundling on US airline routes graph.
<?xml version="1.0" encoding="UTF-8"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
<key id="x" for="node" attr.name="x" attr.type="double"/>
<key id="tooltip" for="node" attr.name="tooltip" attr.type="string"/>
<key id="y" for="node" attr.name="y" attr.type="double"/>
@mbostock
mbostock / .block
Last active April 8, 2024 12:20
Voronoi Arc Map
license: gpl-3.0
height: 600
@christophermanning
christophermanning / README.md
Last active October 27, 2019 20:03
Random Walk USA

Created by Christopher Manning

Summary

This is an experiment using a random walk to draw shapes. Adjusting theta results in a very organic or procedural drawing. The random walk stays in the geometry by using a point in polygon test.

Controls

@syntagmatic
syntagmatic / README.md
Last active April 16, 2021 06:31
Windmap
@kenpenn
kenpenn / .block
Last active June 4, 2018 04:57
D3 Gangnam Style! v4
license: gpl-3.0
height: 600
@maybelinot
maybelinot / .block
Last active September 2, 2021 07:58
Zoomable Sunburst on d3.js v4
license: gpl-3.0
@monfera
monfera / .block
Last active May 18, 2017 08:16
Collision test with D3 4.0
license: gpl-3.0