ColourCellsRainbow - 3D physics sketch

July 22nd, 2008 · Comments Off


ColourCellsRainbow from okdeluxe on Vimeo.

Comments OffTags: experiments · processing · code driven graphics

Grid attract/repulse - particles & physics sketch.

July 3rd, 2008 · Comments Off


Grid Attract / Repulse from okdeluxe on Vimeo.

Comments OffTags: experiments · processing · code driven graphics

launch: COS spring/summer in-store projection

May 21st, 2008 · Comments Off

Coinciding with the launch of fashion label COS’s spring/summer collection 2008, I’ve just completed a new in-store projection. The software is written completely in Processing and is aesthetically linked with the store front window decoration and the vinyl-cut graphics on windows.

cos_spring-summer_collection_2008.jpg

See the project description and photos from the London Regent Street store on the main okdeluxe page. Will edit/render/post a video soon.

Comments OffTags: retail environment · processing · code driven graphics

untitled (no clear direction on this one yet!)

May 16th, 2008 · 1 Comment

I am currently playing around with generating textures and then generating shapes based on these textures - results are, well, interesting so far. I’ll keep pushing this blind-folded approach for a bit and make a bigger write up of the process once I get a bit further along. Two screenshots below.

slit_ribbon_1.jpg
slit_ribbon_2.jpg

→ 1 CommentTags: experiments · processing · code driven graphics

Intersections

April 28th, 2008 · No Comments

A while ago (I think it was in 2005) I was working on rendering words and short sentences in Processing and made this little piece.


intersections - IDEO from okdeluxe on Vimeo.

The system is really basic: a bunch of circles moving around the screen, when they overlap with each other, they draw a line to the center of the circle they just overlapped with.I’ve been working on a new in-store projection for COS where I’ve evolved this approach a bit - more on this soon.

→ No CommentsTags: IDEO · processing · code driven graphics

Processing image-lerping

April 22nd, 2008 · 1 Comment

Often when I base coded graphics on a series of photographies, I manage the change in source-photo (the swapping from one image to another) by making the coded graphics slowly adapt to the changed source. Now, what if I have a project where I can’t depend on the abstracted graphics to do the easing but instead need a soft easing between two images used as a non-rendered source? I need something like the built-in lerpColor() function in Processing but for images! So, I wanted to create a simple class that can handle merging one photo into another but NOT render it to the screen, instead keep it in a PGraphics object to be used as a reference object.

imagelerpexample.jpg

This screenshot shows the sample code in action, to ensure it works the lerped-image is shown onscreen - obviously this is not a real-life situation but useful for debugging.

Download Processing source code here : imageLerpExample.zip

→ 1 CommentTags: open source · processing · code driven graphics

Bronze IDEA 2007 award!

April 4th, 2008 · Comments Off

In the 2007 edition of the IDEA awards sponsored by Business Week, IDEO won bronze in the ‘Computer Equipment’ category for the design of the Olivetti MY_WAY photo printer.

website_screenshot.jpg
The IDEO website has a detailed project description here.

ideo_project_profile.jpg
I worked on this project with IDEO and have just recently received my very own IDEA-award certificate.

award_letter.jpg

Comments OffTags: IDEO · awards · product

Weather screenshots

April 2nd, 2008 · Comments Off

The last (long) while has been to quiet on the blog - that’s not to say that I haven’t been incredibly busy, its just that sometimes client work can’t be exposed just yet. However, one thing that will be exposed in the coming days is a sweet little project I’ve been involved with, here’s a couple of screenshots from the colour-scheme debugging session. More in the coming days.

weather_screenshots.jpg

Comments OffTags: online · actionscript 3 · code driven graphics

Mind The Gap - teaching at University of Dundee

February 6th, 2008 · Comments Off

Earlier this week I was in Scotland for a bit of teaching. The students of the Interactive Media Design and Innovative Product Design departments at the University of Dundee are doing a really interesting project called ‘Mind The Gap’ - they have been challenged to design a service/product/experience that bridges the gap of generations between themselves and their grandparents. If find this challenge extremely interesting and relevant and are really looking forward to see this project through.

l1000951.jpg

The 40 students in their groups.

Comments OffTags: teaching · okdeluxe

The Good Book

January 31st, 2008 · Comments Off

Last year, the long awaited Processing book by Casey Reas and Ben Fry was published. As I was part of the original alpha-release testing team (back from version 0043 in summer of 2002) my name found it’s way into the ‘Acknowledgements’ section. Processing has been a great ride so far, I’m proud to be part of it.

processing_book_cover.jpg

processing_book_mentioning.jpg

Comments OffTags: processing · code driven graphics