RSS feed -->

We solve complex problems with innovative design solutions.

CNC Machining

November 27, 2009

CNC Machining

CNC (computer numerical control) machining refers to using a computer controlled machine to cut a 3D part out of a solid material.  Here at the studio we work with a CNC wood router, utilizing Solidworks and MasterCAM software programs to design and set up tool paths for the machine.  It is best used for parts [...]

Figured Maple Display Cabinets

April 24, 2009

Figured Maple Display Cabinets

  Four identical cabinets were created to display a client’s wide range of products.  They are fabricated out of book-matched heavy figure maple plywood which was CNC routed using Solidworks and MasterCAM programs to ensure that each display look and function identically.  Brushed aluminum pegboard provides a stylish backdrop while other aluminum detailing and hardware pull together the overall [...]

Motion Tracking and Audio

April 22, 2009

Motion Tracking and Audio

This project was a short investigation into motion tracking techniques to be used in future development.  Written in Processing and using the Minim andJmyron libraries we are able to specifically track the color red as it passes through the cameras view port.  The camera view port is virtually divided into quadrants so that the presence [...]

3d Modeling in Solidworks

April 10, 2009

3d Modeling in Solidworks

Solidworks is a CAD (Computer Aided Design) software program used to build 3D computer models.  Utilizing the input of dimensional parameters and 2D sketches a real to life 3D model emerges.  This helps designers figure out all the details of a product as each piece is designed and virtually assembled together.  Models can then be [...]

CAD CAM

April 6, 2009

CAD CAM

MasterCAM is a CAD CAM software program that helps us turn our Solidworks 3D computer model directly into tool paths for the CNC router to run.  The program will virtually run the job and catch any warning spots where the bit might bottom out or a cut won’t be possible with the indicated bit.  Jobs [...]

Fast Freeze

April 3, 2009

Fast Freeze

The Fast Freeze was a fully functional Prototype built as a proof of concept for our client to raise investment capital.  It was designed to cool wine, beer, soda or any other round bottle to drinking temperature rapidly and also dispensed ice and cold water.  He was heading to the International Home and Housewares show [...]

Home and Housewares Show

March 26, 2009

Home and Housewares Show

The Housewares Show in Chicago was a blast.  Above is a view showing only one half of the building where we were located.  There are two other buildings the same size filled to the brim with the new generation of  housewares.  Here are a couple more shots from the trip: Our booth one day before [...]

Studio KMD heads to Chicago.

March 20, 2009

Studio KMD heads to Chicago.

Come see us this weekend at the International Home + Housewares Show in Chicago. We’ll be unveiling the new prototype of the Fast Freeze. Stop by booth 4069 and say hi!

Laser Cutting

March 5, 2009

Laser Cutting

Laser cutting is used when we need flat and fairly thin material precisely cut.  A file is created with the outlines of what needs to be cut and then ‘printed’ to the laser cutter – the laser head then cuts through the material following the exact path you have laid out.  This helps tremendously when you [...]

Mapping Brightness in 3d and navigating with Proccessing

February 6, 2009

A couple weeks ago I created a small app that maps image pixels in 3d according to their brightness values. This code was created using processing and utilizes open GL and OCD library.