I read this book a while back. The American Bison as a symbol/metaphor was one of the books main themes. The animal was powerful, abundant, and dumb as a rock. There are some interesting bits about Buffalo Nickels in the book. Buffalo nickels were a part of my childhood. I remember studying the powerful beast [...]
Drawing Bison
February 10th, 2010 · No Comments · Art, Code, Digital Process, Drawing
Tags:as3·flash·Generative·Wildlife
Interactive Touchscreen Installation
July 31st, 2009 · No Comments · Digital Process
The St. Louis All-Star game has come and gone. It was nice to have our city in the spotlight for a week. Many people were involved to prepare the city for this swell of attention. I did my fair share by helping to build an experience to greet travelers on behalf of the St. Louis [...]
Tags:airport·all-star·as3·flash·installation·interactive·Interactive Touchscreen·Lambert·prodisplay·St. Louis·touch film
Flash Heatmap in Google Maps
June 19th, 2009 · No Comments · Code
Similar to the curve drawing and ranking algorithim addiction. I let heatmapping in Flash takeover my life for a brief bit a couple weeks back. It’s strange how these obsessions come and go. Here is a link to some assembled parts.
There are some really good Flex based examples out there, but I wanted a pure [...]
Tags:as3·Google map·Heat map·Heatmap·Lat Lng·map
Anchor Links w/ Flash in Safari
February 18th, 2009 · 1 Comment · Things I've Learned
boring helpful code stuff…
Did you ever notice that if you try to navigateToURL() from inside Flash in Safari it will refresh the Flash on the page? Here is a quick work around
You need to setup a JavaScript function that uses the DOM to fidget w/ the window.location.hash. It looks something like this;
function mapAnchor(anchor)
{
window.location.hash = anchor;
}
Then [...]
Tags:Anchor·Anchor Links·as3·flash·Refresh·Safari
AS3 – Video Player
December 31st, 2008 · 5 Comments · Code
For a recent project I needed a skinnable AS3 Video Player. Everything I found was either over-developed or just didn’t work.
So… I created a super-simple skinnable AS3 FLV player. It’s still got a few kinks, but might be a good starting point for anyone to add-on. Feel free to use as you see fit (pls [...]
Tags:actionscript·as3·flash·FLV·OOP·Video·Video Player
Simple Nest
August 13th, 2008 · 1 Comment · Art, Code, Concept, Digital Process, Drawing
I’m learning to draw with code. A lot of what I’ve seen out there in the interwebs is based on mathematical theories named after dudes from the sixties and seventies. I’m inspired by all that, but I’m also interested in recreating systems in nature through generative art. Here is a simple nest I drew with [...]
Tags:actionscript·as3·Generative
Pink Box
August 2nd, 2008 · 1 Comment · Art, Code, Concept, Digital Process, Drawing
Behold, my very first generative comp. The image of a neon hot pink, scribbled, slightly-rotated square popped into my head one day. Maybe I’ve been listening to too much Justice. Made w/ Actionscript 3 and the Bezier curve fitting function built into Tweener.
Tags:as3·Bezier·flash·Generative·Tweener
Drowning in Curves
July 25th, 2008 · 5 Comments · Art, Code, Digital Process, Drawing
In the same masochistic way I let a ping-pong sorting algorithim rule my life, I’ve been obsessing on how to draw elegant fluid curves in AS3 via Flash’s drawing API. This mostly started from being inspired by Erik Natzke’s work.
Tags:as3·Bezier·Curves·Drawing API·flash·generate·Tweener
Generating Topo Map Lines
May 31st, 2008 · 2 Comments · Art, Digital Process, Drawing
The last few days I’ve immersed myself in Math. I’ve been trying to figure out a way to generate lines that mimic topography with the ActionScript 3 Drawing API. I studied the math that goes into bezier cubic and quadratic curves, and investigated a little bit in Sin waves. All I ended up with was [...]
Tags:as3·generate·Illustrator·Live Trace·Math·Topography
Papervision 2.0 Collada Import DAE from Sketchup
April 18th, 2008 · 12 Comments · Code
I’ve been working how to get models from Google Sketchup to Papervision. They currently are working on Collada parsers specific to Sketchup. That should make textures a tad bit easier. Until then;
Here is a link to the source code and a working example.
Tags:3d·as3·Collada·Papervision