Archive for the 'Teaching' Category

  • 04.08.08
    Excel Import to Rhinoscript Excel Import to Rhinoscript

    Example Rhinoscript to import excel files into variables.

  • 03.15.08
    rotatesurfacescript.jpg Align to Point Rhinoscript

    A basic Rhinoscript to rotate surfaces to align their normal to a point.

  • 03.15.08
  • 03.13.08
    etekgps5hz-02-m.jpg Etek EB-85A GPS Example Code

    Here’s some example Arduino code for getting a Etek EB-85A module up and reading latitude and longitude (will probably work with most GPS modules). You can purchase a module from Sparkfun.
    The module only needs power, ground, rx and tx. Most modules like the Etek start sending NMEA strings as soon as it has [...]

  • 02.23.08
    CSV import for Processing CSV import for Processing

    Here’s a some code for Processing to import csv files and parse the entries into a 2D array.

  • 02.17.08
    Surface Output Example Surface Output Example

    .dxf and 3D point position .txt file output and sunflow rendering example

  • 02.09.08
    ESS Jiggling Students Example ESS Jiggling Students Example

    An example sketch using the Ess library to make a class of objects jiggle in response to the microphone input

  • 02.01.08
    Sensors Galore Sensors Galore

    An example of blobDetection, Ess, sms, and ocd all rolled into one sketch. Click and drag on the screen to move the HUD sliders around. (nothing is going to load here. copy the code to your processing sketch to run it)

  • 02.01.08
    Spot Example Spot Example

    A basic setup of a class structure
    The class Spot has 4 inputs (x,y,diamter, color) and 3 functions
    drawLines(float x1, float y1, float x2, float y2) , update(), and display().
    Spot_Example : Built with Processing