Skip to content

Instantly share code, notes, and snippets.

@HeliosInteractive
HeliosInteractive / gist:7829375
Created December 6, 2013 18:02
EventTech 2013 - Analyze, Synthesize, Maximize: Measuring Digital Experiences Ben McChesney Full Speaker Notes
Slide 2
My educational background is in design, development and economics.
My role at Helios is the strategic outlook and the establishment of our processes to become more effective and more efficient.
Slide 3
Our core competencies at Helios include retail , tradeshows , events, and permanent installations
We use a variety of technologies including touch , gesture, AR, and mobile platforms.
Slide 4
Where we differ from other small studios is that we do not create interactive art projects. Is it justifiable to create things that are just new and cool ? Why should clients work with us if we cannot measure how successful an event is ?
@HeliosInteractive
HeliosInteractive / gist:6910368
Created October 9, 2013 23:30
How to use an ofFbo
( inside testApp.h )
ofFbo fbo ;
( inside testApp.cpp )
void testApp::setup( )
{
fbo.allocate( 500 , 500 , GL_RGB ) ;