Skip to content

Instantly share code, notes, and snippets.

View alexmacy's full-sized avatar

alexmacy

View GitHub Profile
@alexmacy
alexmacy / README.md
Last active May 25, 2016 14:51
Overlapping Circles

The purpose of this was to create an homage to a print by RF Dahl while also becoming more familiar with D3.js and how it interacts with the DOM.

One of the sliders adjusts the size of the circles and the other adds or removes circles. The shuffle button randomly relocates all the circles. And you can move individual pairs of circles by either clicking and dragging, or by double clicking to make it move on it's own.

This was an opportunity to experiment with: - randomly generating paired SVG elements, placed in relation to each other's location, and to stay bound together when moved. - working with event listeners - slider and number inputs - having the visualization react to the inputs in real time

  • dragging circles to new locations, and having the paired circle follow
@alexmacy
alexmacy / .block
Last active May 25, 2016 15:35
Choropleth w/ state highlighting
license: gpl-3.0
@alexmacy
alexmacy / README.md
Last active June 14, 2016 06:52
Mergesort animation

This is an interpretation of mbostock's block: Mergesort I.

I kept all the passes through the sort visible to be able to compare the steps of the sorting algorithm.

@alexmacy
alexmacy / README.md
Last active June 14, 2016 06:58
Repeating sorting animation

This is an offshoot of a project where I was playing around with animating a merge sort. I started messing with transitions and timeouts and it kinda turned into its own thing.

A lot of this was built around mbostock's block: Mergesort I.

@alexmacy
alexmacy / .block
Last active July 27, 2016 06:01
Voronoi Shuffling v3
license: gpl-3.0
@alexmacy
alexmacy / .block
Last active July 27, 2016 06:04
Voronoi Shuffling v1
license: gpl-3.0
@alexmacy
alexmacy / .block
Last active July 27, 2016 06:05
Voronoi Shuffling v2
license: gpl-3.0
@alexmacy
alexmacy / .block
Last active July 28, 2016 22:01
Voronoi Sorting
license: gpl-3.0
@alexmacy
alexmacy / .block
Last active August 5, 2016 05:57
Mergesort w/ color
license: gpl-3.0
@alexmacy
alexmacy / .block
Last active August 16, 2016 19:44
Custom Shape Tweening
license: gpl-3.0