Interactive Media

Mohamed Al-Kaf - Media Explorations

Starting Processing

Written by: Mohamed Al-Kaf | Posted on: | Category:

Basic Functions

  • Software sketchbook

    • It is a learning tool for visual artist.
      • Powerful programmer tool - elaborate projects can be created.
        • Interactive installation - connected with Arduino.
  • Void Setup and Void loop

    • Similar to loop in Arduino constantly being redone.
  • Variables - are containers that story a piece of information

    • String
      • Storing a text variable string of characters
    • Int
      • (constant - does not change over time) integer whole number.
    • Float
      • Can have a decimal point that cane more around.
  • Library Add certain functionality to processing

    • Such as sound, video camera, generating graphic effects.
      • Prewritten sets of code.