The One Show AR 

Personally, I think the whole Augmented Reality thing is going to get played out real soon (if it hasn’t already). Which is why I’m glad I had the opportunity to build this before the huge wave of AR widgets, apps, and sites hits the masses. This landing page, startwithapencil.com, I built for McCann NY in support of the One Show.

I used FlarToolKit in conjunction with Papervision3D. On top of that, I created the foundation of a FlarToolKit wrapper that introduces stabilization to reduce jitter and access points to retrieve the the orientation of the FlarBaseNode. I also created a new DisplayObject3D class that gave me the ability to render the stream of gold. All of these will get their own blog post in the near future. For now, check out the site and you can check out the new code base in progress in my google code repo.

startwithapencil

AR From Across the Pond 

Looks like my fellow McCannite devs in Belgium beat us too it. If you want to try it out, download the QR code, then hit this page to launch the application. Good job guys.

First Processing Sketch 

Finally got around to playing with some Processing. Here is my first go at it. It’s based on the included SpaceJunk OpenGL demo. It was written a little oddly (i thought anyway), so I tweaked it out and changed some of the way the cubes are positioned.

Space Junk

Tags: , , ,
Catetgories: code, design

PV3D Pixel3D 

Just messing with Pixel3D in Papervision3D. 2000 particles randomly positioned in a virtual sphere that tween to another random position on the virtual sphere. No sphere primitive used. Just Pixels and Pixel3D.

PixelSphere

Panoramic 360 

 Testing out mapping a panoramic image to the inside of a cylinder.

Star Wars Panorama

Source available here.

Panoramic image by the amazing artist Mario Doucet at dusso.com.

Exploding Technical Diagram 

Got an idea from watching the end credits of Iron Man to create an exploding diagram using papervision3D. This is the result. Pretty simple. Just some MovieClips on transparent planes. Tweening the rotaion and Z properties randomly using TweenLite. Could easily be done in Flash 10 without PV3D.

blueprint.jpg

Words and Thoughts in RGB 


Words and Thoughts in RGB from Eduardo Morais on Vimeo.

Catetgories: design

The FWA Does Video 

Every interactive developer or designer probably frequents The FWA on a daily or at least a weekly basis. You will only find the best interactive pieces in our industry featured. It’s not only creative inspiration, but also motivation to create something cooler and more bad-ass. As online interactive begins to merge with traditional video and TV, The FWA is moving beyond websites to feature all forms of multimedia advertising with the FWA Theater.

FWA Theater Screen

Catetgories: design

Sliding Blocks 

New 3D motion test for my blog splash screen. Using a bit of PV3D and a dash of Tweener. Check it out.

sliding blocks

I was inspired by the cubes in the Marriott Hotels “Plug In” commercials.

Catetgories: design

Two more computeSpectrum() experiments. At the time I built these Nine Inch Nails had just released Ghosts, their experimental instrumental album. It is released under a Creative Commons license, so I created these visualizations.

The first uses one of my last tests as a mask over images that were included in the Nine Inch Nails download package. The images shift and blur in response to the volume of the music.

The second uses Papervision3D. I created a matrix of cubes that respond individually to a specific band in the sound spectrum. This was my first time using the GreatWhite branch (2.0 alpha).

Check out them out below by clicking on the thumbnails. There are preloaders this time.

computeSpectrum02 computeSpectrum03

Catetgories: code, design