Camera HUD Component

Posted on Jan 16, 2013 in Downloads, Grasshopper
Camera HUD Component

Recently I found myself needing a component for displaying data in the viewport like a camera Heads-Up-Display (HUD). It is important that this data remains connected to whatever position the camera takes. After some trail and error I created this component. In the download you will find an example of this component showing the distance ...

Camera Control with TouchOSC

Posted on Oct 11, 2012 in Grasshopper, Workshop
Camera Control with TouchOSC

In addition to the already existing tutorial for using touchOSC to control a grasshopper model you can also use this technique to control a camera, or even combine them as seen in the Dancing Towers Workshop. The file below contains a basic Interface that can be uploaded to an iPhone and a grasshopper definition showing ...

TouchOSC Reader

Posted on Sep 11, 2012 in Downloads, Grasshopper
TouchOSC Reader

Reading data from controls in touchOSC can sometimes be a daunting task. Especially when reading 1D (equalizer) or 2D (grids) controls. This components makes life a lot easier. You only need to supply the data from the FireFly OSC reader, the number of the tab your control is on and the  name of the control. ...

Simple Data recorders in Grasshopper Updated

Posted on Aug 7, 2012 in Downloads, Grasshopper
Simple Data recorders in Grasshopper Updated

Since the last version of the Data Recorder I have build a newer/better version which ships as a custom component. It works significantly faster compared to existing component since it not records all values but rather only performs the neccessary action selected, ie: take the input, add it to the already stored value and return the ...

Parametric Cabinets

Posted on Apr 16, 2012 in Design, Experiments, Grasshopper
Parametric Cabinets

A simple parametric model to design a large number of alternatives within a fixed family of designs. Modeled for Kastwerk.

Simple Data recorders in Grasshopper

Posted on Apr 14, 2012 in Downloads, Grasshopper
Simple Data recorders in Grasshopper

Since the default datarecorders in Grasshopper record all data before you can do something with it, over time the become pretty heavy on the machine. Especially when you want to add/subtract all incoming data. Therefor a few simple scripts that get the job done. The script works great in combination with Firefly, Arduino, TouchOSC etc. ...

Dynamic Network

Posted on Mar 25, 2012 in Grasshopper, Workshop
Dynamic Network

Simple Grasshopper+Kangaroo definition to experiment with functions and relations. Uses the dynamics of Kangaroo to seek for a stable state given the relations. This example allows for further explorations, other relations can be added easily to accommodate for a more elaborate set of constraints. Download Definition

Voronoi Lamp

Posted on Feb 26, 2012 in Design
Voronoi Lamp

I recently started designing a 3D voronoi tablelamp. The lamp is constructed out of 3 mm lasercut Birch and assembled using custom made connectors. Using a grasshopper definition the needed space and minimal distance for the connectors to work are optimized. The result is a ready to cut file.  

Dynamic Catenary Hexagon

Posted on Feb 26, 2012 in Grasshopper, Workshop
Dynamic Catenary Hexagon

A Dynamic Catenary Hexagon script that can be used for creating and exploring Arches. The system uses kangaroo and weaverbird available from http://food4rhino.com. Download Definition