Skip to content

Instantly share code, notes, and snippets.

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: ::
:: tumblrgif v3 ::
:: ::
:: converts video files to gif files that meet tumblr's size limit. ::
:: this is a windows batch file. tested on win 10. ::
:: ::
:: depends on: ::
:: ffmpeg ::
:: imagemagick ::
/*
*
* every 24 bit color
*
* this sketch will generate and on left click, compress and save a fairly
* large image. if you have doubts about anything, save your work before
* running it.
*
* coded in Processing 3.0 IDE
* i appreciate a mention/link back in derivative works
@hexmoire
hexmoire / interstice_1_clean.pde
Created November 25, 2015 23:09
drawing triangles between simulated droplets / particles
/*
*
* infrastice 1
*
* coded in Processing 3.0 IDE
* i appreciate a mention/link back in derivative works
*
* hexmoire / michael mcknight
* http://hexmoire.tumblr.com/
*
@hexmoire
hexmoire / subdivision_6_2_clean
Created November 14, 2015 23:10
subdividing the faces of a regular octahedron in processing
/*
*
* subdivision 6.2
*
* coded in Processing 3.0 IDE
* i appreciate a mention/link back in derivative works
*
* hexmoire / michael mcknight
* http://hexmoire.tumblr.com/
*
@hexmoire
hexmoire / droplets_1.pde
Created October 11, 2015 17:56
a basic simulation of droplets in processing
/*
*
* droplets 1
*
* coded in Processing 2.2.1 IDE
* i appreciate a mention/link back in derivative works
*
* hexmoire / michael mcknight
* http://hexmoire.tumblr.com/
*