Airtightinteractive - airtightinteractive.com
General Information:
Latest News:
Intro to Pixel Shaders in Three.js 8 Feb 2013 | 10:43 am
I recently started playing with shaders in three.js and I wanted to share some of what I’ve discovered so far. Shaders are the ‘secret sauce’ of modern graphics programming and understanding them give...
WebCamMesh Demo 23 Aug 2012 | 06:07 am
WebCamMesh is a HTML5 demo that projects webcam video onto a WebGL 3D Mesh. It creates a ‘fake’ 3D depth map by mapping pixel brightness to mesh vertex Z positions. Perlin noise is used to create the ...
I Killed Krauss! 12 Apr 2012 | 08:41 am
This cartoon manages to be quite profound in just 3 panels. From Tom the Dancing Bug by Ruben Bolling. I can imagine a Charlie Kaufman-esque sci-fi movie based on this concept.
Are Ideas Really Worthless? 30 Mar 2012 | 10:02 am
It’s received wisdom among startup types that: “Ideas are worthless, it’s the execution that counts”. It’s become so much of a cliche that the great pop-sci middle-brow heavy-weight Malcolm Gladwell h...
Loop Waveform Visualizer 19 Jan 2012 | 09:02 am
Chrome’s new Web Audio API allows us to do some pretty amazing audio stuff directly in the browser. Specifically the RealtimeAnalyserNode Interface provides real-time frequency and time-domain audio a...
Los Angeles WebGL Meetup Recap 13 Dec 2011 | 12:53 pm
The first Los Angeles WebGL Meetup was a big success! Thanks to everyone who showed up. The purpose of this meetup is to discuss interactive 3D graphics in the browser, using WebGL, Stage3D and even ...
Stage3D vs WebGL Performance 28 Oct 2011 | 07:51 pm
So you want to build some crazy next-gen 3D graphics in the browser? Right now there are 2 good options available: Flash 11′s Stage3D versus JavaScript’s native WebGL. Demos and Source Code To compa...
View All Your Tweets On One Page with AllMyTweets 23 Jun 2011 | 11:54 am
Trying to find that cool URL that you posted to Twitter a few months ago? Want to easily archive all your tweets? Now you can with AllMyTweets. AllMyTweets displays all your tweets on one page. Just e...
Rutt-Etra-Izer 7 Jun 2011 | 05:09 pm
Rutt-Etra-Izer is a WebGL emulation of the classic Rutt-Etra video synthesizer. This demo replicates the Z-displacement, scanned-line look of the original, but does not attempt to replicate it’s full ...
Nebula – a Three.js Experiment 5 May 2011 | 11:10 am
In order to learn Three.js with WebGL I built this particle experiment. The purpose of this demo is to investigate the performance of WebGL in the browser and to get some nice eye-candy in the process...