This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file has been moved to: https://github.com/sembiki/Redimensionator/blob/master/src/RedimensionatorApp.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Forked by Forrest Oliphant, http://sembiki.com/ | |
* Simplified from: | |
* | |
* Transform: Slit-Scan from Form+Code in Art, Design, and Architecture | |
* implemented in C++ by Patrick Tierney <http://ptierney.com> | |
* | |
* Requires Cinder 0.8.2 available at http://libcinder.org | |
* | |
* Project files are located at https://github.com/hlp/form-and-code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "Meemoo Kinect Motion Looper", | |
"author": "forresto", | |
"description": "meemoo to alpha threshold to lighten blend mode loop", | |
"url": "https://gist.github.com/2439102" | |
}, | |
"nodes": [ | |
{ | |
"src": "http://forresto.github.com/meemoo-camcanvas/onionskin.html", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "testing simple audio nodes a.k.a boring alarm =)", | |
"author": "automata", | |
"description": "testing simple audio nodes or my sweet boring noizy alarm", | |
"url": "sine-pulser", | |
"parents": [ | |
"https://gist.github.com/2306646" | |
] | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "cam to gif", | |
"author": "forresto", | |
"description": "webcam to animated gif", | |
"url": "cam2gif" | |
}, | |
"nodes": [ | |
{ | |
"src": "http://forresto.github.com/meemoo-camcanvas/onionskin.html", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "local image loader", | |
"author": "forresto", | |
"description": "local images to canvas, drag and drop or select", | |
"url": "local-image-loader", | |
"parents": [ | |
"https://gist.github.com/2625079" | |
] | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "html5 camera test", | |
"author": "forresto", | |
"description": "html5 camera to threshold", | |
"url": "html5cam" | |
}, | |
"nodes": [ | |
{ | |
"src": "http://forresto.github.com/meemoo-camcanvas/stream.html", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "flash cam to jpg", | |
"author": "forresto", | |
"description": "webcam to jpg", | |
"url": "cam2jpg" | |
}, | |
"nodes": [ | |
{ | |
"src": "http://forresto.github.com/meemoo-camcanvas/webcam2jpg.html", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "hackable clock 0.1", | |
"author": "forresto", | |
"description": "hackable clock for #mozparty 2012, image-in version", | |
"url": "hackableclock", | |
"parents": [ | |
"https://gist.github.com/2760122" | |
] | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "image-in demo", | |
"author": "forresto", | |
"description": "image-in gets an image from the web to canvas pixel data (waiting for CORS image servers)", | |
"url": "image-in-demo" | |
}, | |
"nodes": [ | |
{ | |
"src": "http://meemoo-image-in.phpfogapp.com/image-in.html", |
OlderNewer