urban future organization    
projects   profile   news   contact   media   blog
break
 

Archive for the ‘scripts / definitions’ Category

networks; complexity; disorganization

Wednesday, May 5th, 2010

we were entertained with a particularly powerpoint slideshow illustrating the u.s. military’s intepretation on the situation in afghanistan… (more…)

2 people like this post.

grasshopper hanging studies

Wednesday, May 5th, 2010


rhino 4.0 / grasshopper 0.60057

after a long session of inactivity (due to our gh3d workstation frying), we’ve been starting to patch together the urban future – gh3d particle system development.  we’ve also been teaching scripting, matsys and prefabrication techniques within our digital masters studio at usyd.  (more…)

2 people like this post.

adaptive circle packing

Thursday, April 29th, 2010


rhino 4.0 / grasshopper 0.60057

as discussed before on the lace bloom veil house in surry hills, we had implemented a circle packing script originally developed by steven janssen.  (more…)

4 people like this post.

GH srfWeave

Wednesday, April 28th, 2010


rhino 4.0 / grasshopper 0.60057

here’s a simple surface weave paneling script that takes any surface, generates a series of alternating u array of points and creates a set of polyLines, ready to loft flat weaved sections across the surface.  There’s a generic amplitude that varies the fold amount in which the script be altered for distance or pattern logic for a differentiation of folding amplitude (if you’re keen to get your hands dirty in the VB code).

download the rhino and grasshopper package here.

1 person likes this post.

particles 101…

Sunday, January 24th, 2010


rhino 5.0 / grasshopper 0.60055

ok,  so here’s the first in a number of particle defintions that we are writing in VB.  we’re aiming towards a full particleEngine.gha that users can drag drop various: particle emitters; space modifiers and script characteristic components from within the grasshopper tab environment without having to get their hands dirty with code.

download the rhino and grasshopper package here.

1 person likes this post.

unfold script (beta)

Saturday, January 9th, 2010


rhino 4.0 / grasshopper 0.60055

we’ve been researching methods of unfolding surface geometry within grasshopper and have developed a number of techniques to execute the flattening of doubly curved surfaces.

(more…)

1 person likes this post.

mesh bloom

Saturday, January 2nd, 2010


rhino 5.0 / grasshopper 0.60055

another rhinoScript to grasshopper VB translation that takes a mesh object and recursively subdivides into child mesh faces with rotation, generation and mutation (optional).  gets pretty interesting when selecting a number of mesh faces with the original before varying the rotational and mutation values.

we’re developing the script further to constrain the geometry to set volumes. (more…)

1 person likes this post.

recursive subdivision

Saturday, January 2nd, 2010


rhino 5.0 / grasshopper 0.60055

no better period other than xmas holidays to take some time out and explore grasshopper scripting – we’ve been revisiting some of our old rhinoscript files and have worked out that it’s way more fun to explore parameter space in real-time… (more…)

1 person likes this post.

parametric straps

Friday, December 18th, 2009

032-straps
rhino 4.0 / grasshopper 0.60043

here’s a pretty simple grasshopper definition that I developed for our grasshopper workshop in dubai last year. (more…)

milling (arc profile v.018)

Sunday, November 29th, 2009

017-milling
rhino 4.0 / grasshopper 0.60043

we’ve been testing milling patterns in grasshopper over the last few days and have uploaded an simplified VB version of our arc pattern.  the definition gets interesting when paths cross, allowing for nested pockets of grooves.

download the sample package here.