Processing Programming Language: Quick Overview

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Favorite

    Processing Programming Language: Quick Overview - Presentation Transcript

    1. Processing
    2. Origins 2001 Computer Graphic MIT Media Lab Science Design Aesthetics + Computing Group Statistics Ben Fry & Casey Reas
    3. Education NYU ITP UCLA Design | Media Arts Lincoln, NE Public Schools
    4. Commercial Applications Motion Theory Nature, NYT, Seed HeHe Apple
    5. Processing Features Programming Language Sketchbook Runtime
    6. The Language Java-like void setup() { PFont font = loadFont(\"myfont.vlw\"); Strong typing } textFont(font,20); Polymorphism void draw() { text(\"Hello World!\", 30,50); } Classical inheritance
    7. The Graphics API void drawCircle(int x, int radius, int level) { float tt = 126 * level/4.0; fill(tt); ellipse(x, 100, radius*2, radius*2); Procedural if(level > 1) { level = level - 1; drawCircle(x - radius/2, radius/2, level); drawCircle(x + radius/2, radius/2, level); Global scope } } Graphics generation Image processing
    8. Third-Party Libraries Video DXF Network Audio PDF JavaScript Hardware interfacing Databases OpenGL …
    9. Limitations 1.0 as of November Small user base Limited scope Small body of literature Java
    10. Demonstration

    + fredrikbfredrikb, 12 months ago

    custom

    735 views, 1 favs, 0 embeds more stats

    I made this presentation for an undergraduate-level more

    More info about this document

    CC Attribution-ShareAlike LicenseCC Attribution-ShareAlike License

    Go to text version

    • Total Views 735
      • 735 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 1
    • Downloads 19
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories