Skip to content

Instantly share code, notes, and snippets.

View MrAzureAngel's full-sized avatar
🏠
Working from home

Gerrit van Rooyen MrAzureAngel

🏠
Working from home
View GitHub Profile
@MrAzureAngel
MrAzureAngel / .purview_helper.js
Last active October 23, 2016 11:38 — forked from dribnet/gist:a0ef81cf281d53066ebb2416c1cae3b4
MDDN 342 Final Project
// note: this file is poorly named - it can generally be ignored.
// helper functions below for supporting blocks/purview
function saveBlocksImages() {
// generate 960x500 preview.jpg of entire canvas
// TODO: should this be recycled?
var offscreenCanvas = document.createElement('canvas');
offscreenCanvas.width = 960;
offscreenCanvas.height = 500;
@MrAzureAngel
MrAzureAngel / .block
Last active October 4, 2016 05:43 — forked from dribnet/.block
Dimensional Glyph
license: mit
@MrAzureAngel
MrAzureAngel / .block
Last active September 23, 2016 06:34 — forked from dribnet/.block
PS3 MDDN 342 2016
license: mit
@MrAzureAngel
MrAzureAngel / .block
Last active August 19, 2016 11:02 — forked from dribnet/.block
PS2 MDDN 342 2016
license: mit
@MrAzureAngel
MrAzureAngel / .block
Last active July 26, 2016 09:17 — forked from dribnet/.block
PS1 MDDN 342 2016
license: mit