Showing posts with label Graph. Show all posts
Showing posts with label Graph. Show all posts

Wednesday, November 4, 2009

Boys and their Toys Exhibition at LOT

The installation follows the idea of taking sound and making it visible. They created a 3D sound surface and then applied it to a array of plexiglass.

Saturday, September 19, 2009

Rhino Math

Ever wanted to define a curve or surface by equation, not just by points?

Rhino Math is a small plugin that allows you to create a surface or curve from an equation. It came in very useful when I needed a loft path based on the deformation of a water wave. The plugin computes all the basic operations(+,-,x,/) as well as exponents, logarithms and trig functions. It also has the ability to use user-definable variables.

Download:
http://www.rhino3.de/_develop/__v3_plugins/math/

Library of interesting equations to use:
http://www.rhino3.de/_develop/__v3_plugins/math/library.shtml

Tuesday, September 1, 2009

base26: Word mapping

http://toxi.co.uk/p5/base26/

base26 is a small java project that maps 4-letter words in 4 dimensions (time, x, y and z.)

More importantly, it maps data in an unexpected way that produces connections between otherwise unrelated words. Words that use the same letters, or letters alphabetically close to each other become clustered in space. A wireframe surface surrounds each cluster and points out the relationship.

While base26 strips the words of their regular meaning and indexes them based on the order of the alphabet alone, interesting relationships are found if the original meanings are considered. For instance the words ICON and IDOL are grouped very closely together. While the two words' meanings relate, the spellings are different due to each word's etymology.

These sorts of relationships are what make mapping words this way interesting.

On another note, this seems very related to our first project.