Return to Video

Learn programming 2: Download Processing. Use point() and line()

  • Not Synced
    Hello and welcome
  • Not Synced
    This is the first lesson
  • Not Synced
    I'm going to be teaching some programming
  • Not Synced
    we will do some simple graphics
  • Not Synced
    and simple animation
  • Not Synced
    we are going to be using
  • Not Synced
    a language called Processing
  • Not Synced
    The first thing we will need
  • Not Synced
    is to download this Processing software
  • Not Synced
    The website is www.processing.org
  • Not Synced
    Now that I'm in this website
  • Not Synced
    I'm going to read the first phrase
  • Not Synced
    to get an idea what this is about
  • Not Synced
    Processing is an open source programming language
  • Not Synced
    and environment for people who want to create
  • Not Synced
    images, animations and interactions.
  • Not Synced
    Initially developed to serve as a software sketchbook
  • Not Synced
    and to teach fundamentals of computer programming
  • Not Synced
    within a visual context, Processing also has evolved
  • Not Synced
    into a tool for generating finished professional work.
Title:
Learn programming 2: Download Processing. Use point() and line()
Description:

Download Processing from www.processing.org and do some exercises with point() and line(). We are introduced to using coordinates to access pixels on the screen. A coordinate has a X and a Y value. The X value is the distance from the left border of the display. The Y value is the distance from the top border of the display. Using an X,Y pair you can locate any pixel on the screen. The top left pixel is located at 0,0. The pixel at 10,30 is found at 10 pixels from the left border and 30 pixels from the top border.

more » « less
Video Language:
English
Duration:
10:31
hamoid added a translation

English subtitles

Incomplete

Revisions