Reading a csv file.

Frederik and i gave a workshop on nodebox 2 a few weeks ago.

We took data visualisation as topic and came up with a node we called data stamp which generates new geometry for each row in a CSV file. In this case a visualisation of visitors from a website/country:

resultxtra

Data stamp actually copies the incoming shape geometry and provides a number of stamp keys that you can refer to:

- data_row_count: the amount of rows in the file

Morphing between fonts using NodeBox 2

I often get the question how to morph between two different fonts. This post shows a number of morph strategies, including source code.

New Version: NodeBox 2.0.963

I've just posted a new release of NodeBox. This is the one we've been working on during the workshop in Lahti and has some major new features:

  • Zooming: use the mouse wheel to zoom the view, hold alt/option key and drag to pan.
  • Color picker: visual color picker.
  • Copy and paste: copy/paste nodes in the same script or across scripts.

Head over to the download page to play with it!