About 99,200 results
Open links in new tab
  1. Welcome to Processing! / Processing.org

    Welcome to Processing! Processing is a flexible software sketchbook and a language for learning how to code. Since 2001, Processing has promoted software literacy within the visual arts and …

  2. Download Processing

    Apr 4, 2010 · Processing is open source and is available for macOS, Windows, and Linux. Projects created with Processing are also cross-platform, and can be used on macOS, …

  3. Getting Started / Processing.org

    Welcome to Processing! This introduction covers the basics of writing Processing code.

  4. Overview / Processing.org

    Sep 14, 2022 · Initially created to serve as a software sketchbook and to teach programming fundamentals within a visual context, Processing has also evolved into a development tool for …

  5. Examples / Processing.org

    Short, prototypical programs exploring the basics of programming with Processing.

  6. Reference / Processing.org

    windowMove () The windowMove () function defines the position of the Processing sketch in relation to the upper-left corner of the computer screen windowResize () The windowResize () …

  7. rect () / Reference / Processing.org

    Draws a rectangle to the screen. A rectangle is a four-sided shape with every angle at ninety degrees. By default, the first two parameters set the location of the upper-left corner, the third …

  8. pmouseX \ Language (API) - Processing

    Python Mode for Processing extends the Processing Development Environment with the Python programming language.

  9. Python Mode for Processing

    Processing is a programming language, development environment, and online community. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy …

  10. rectMode () / Reference / Processing.org

    rectMode (RADIUS) also uses the first two parameters of rect () as the shape's center point, but uses the third and fourth parameters to specify half of the shape's width and height. The …