Skip to content

Instantly share code, notes, and snippets.

View alexmacy's full-sized avatar

alexmacy

View GitHub Profile
@alexmacy
alexmacy / .block
Last active August 16, 2016 19:44
Custom Shape Tweening
license: gpl-3.0
@alexmacy
alexmacy / .block
Last active October 10, 2016 00:14
Visualizing Sorting Algorithms
license: gpl-3.0
@alexmacy
alexmacy / .block
Last active March 8, 2017 19:50
Voronoi Sorting 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 July 27, 2016 06:01
Voronoi Shuffling v3
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 27, 2016 06:04
Voronoi Shuffling v1
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 August 5, 2016 05:57
Mergesort w/ color
license: gpl-3.0