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 [...]
Simple Nest
August 13th, 2008 · No Comments · Art, Code, Concept, Digital Process, Drawing
Tags:actionscript·as3·Generative
Circles 02
February 23rd, 2008 · No Comments · Art, Code, Digital Process
Here is a new version of the circles, it’s pretty much a matrix of the previous version. In the future I plan on exploring custom stroke patterns and a way to represent the breakdown of the soft outer shell of the walnut that leaves the hard dark brown center exposed.
Tags:actionscript·Art·circles·generate·walnut
Walnut Circle 01
February 18th, 2008 · No Comments · Art, Code, Digital Process
Here is my first version of the random circle project. I might add a deep brown element, I’m also thinking about how to string these together in a pattern on a canvas.
Tags:actionscript·AS2·generate·random
twitter project
January 31st, 2008 · 1 Comment · Code, Digital Process
We’ll here it is.
This has been a silly and fun project. I got to revisit one of my favorite NES games and learned a little about ActionScript and APIs in the process. In hindsight this would’ve been just as easy to do w/ an RSS feed but it feels good to have this idea expunged [...]
Tags:8 bit·actionscript·api·AS2·flash·nes·twitter
base code
November 25th, 2007 · No Comments · Code, Digital Process
To accomplish my silly idea, I need to be able to get to my “tweets”. This is public information so user authentication won’t be necessary, although there looks to be a pretty straightforward auth function in TWITTER.as.
I’m using the AS2 API because of it’s simple and compact nature. Here is the code I’m starting with;
This [...]
Tags:actionscript·api·AS2·twitter
SWX and Twitter
November 20th, 2007 · 2 Comments · Code
While trying to decide whether to use the Twitter AS2 or AS3 API, I stumbled across SWX, This is an AMAZING standard for getting data into Flash from some of the more popular social media APIs. I expect it to be my new best friend. It’s based on some some existing methods for getting Data. [...]
Tags:actionscript·api·AS2·as3·swx·twitter
twitter face
November 5th, 2007 · No Comments · Code, Concept, Digital Process
I recently downloaded the twitter Actionscript API. I’m thinking about developing some kind of absolutely worthless flash widget that would display my “tweets” with some kind of tween and/or humorous staging. I first thought of some kind of puppetry.
Plugging into web services and APIs is some fun stuff. I’ve done some tinkering with google maps [...]