Skip to content

Instantly share code, notes, and snippets.

View forresto's full-sized avatar

Forrest O. forresto

View GitHub Profile
@forresto
forresto / noflo.json
Last active August 29, 2015 14:19
noflo-canvas demo: line chart
{
"properties": {
"name": "noflo-canvas line chart",
"id": "77f213fb32c9b22527e2",
"environment": {
"type": "noflo-browser",
"content": "<canvas id=\"mycanvas\" width=\"200\" height=\"200\"></canvas>\n"
},
"icon": ""
},
@forresto
forresto / Redimensionator.cpp
Created March 1, 2011 20:05
Redimensionator (moved to a repository)
// This file has been moved to: https://github.com/sembiki/Redimensionator/blob/master/src/RedimensionatorApp.cpp
@forresto
forresto / SlitScanCamCinder.cpp
Created March 5, 2011 15:38
Slit-Scan from Form+Code in Art, Design, and Architecture; Cinder version fork
/**
* 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
@forresto
forresto / meemoo_kinect_motion_loop.json
Created April 21, 2012 18:55
Meemoo Kinect Motion Looper -- Output: http://i.imgur.com/5SZ5r.gif
{
"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",
@forresto
forresto / sine-pulse.json
Created May 3, 2012 21:32 — forked from automata/gist:2306646
testing meemoo app forking with gists
{
"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"
]
},
{
"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"
]
},
@forresto
forresto / html5cam.json
Created May 10, 2012 09:18
meemoo app: testing html5 camera navigator.getUserMedia
{
"info": {
"title": "html5 camera test",
"author": "forresto",
"description": "html5 camera to threshold",
"url": "html5cam"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-camcanvas/stream.html",
@forresto
forresto / cam2jpg.json
Created May 20, 2012 22:56
meemoo app: flash cam to jpg
{
"info": {
"title": "flash cam to jpg",
"author": "forresto",
"description": "webcam to jpg",
"url": "cam2jpg"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-camcanvas/webcam2jpg.html",
@forresto
forresto / image-in-demo.json
Created May 22, 2012 14:25
meemoo demo: image-in gets an image from the web to canvas pixel data (waiting for CORS image servers)
{
"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",
@forresto
forresto / meemoo-text-demo.json
Created May 30, 2012 17:04
meemoo app: demo of text module
{
"info": {
"title": "demo of text module",
"author": "forresto",
"description": "demo of text module, draws numbers in a ring every second",
"url": "textdemo",
"parents": [
"https://gist.github.com/2837660"
]
},