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 visual …

  2. Download Processing / Processing.org

    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, Windows, Android, …

  3. Download Processing / Processing.org

    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, Windows, Android, …

  4. Overview / Processing.org

    Sep 14, 2022 · The Processing software has always been free and open source and has always run on Mac OS, Windows, and Linux. Processing continues to be an alternative to proprietary software tools …

  5. Examples / Processing.org

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

  6. Tutorials / Processing.org

    Learn to code using Processing, from functions and variables to libraries and exporting applications.

  7. Processing Hour of Code | Guide

    Each section is a video introduction followed by time to write and modify a program. The screen is divided into three sections: video tutorial, code editor, code display window.

  8. Books / Processing.org

    Learn how to use the Processing programming language and environment to create Android applications with ease. This book covers the basics of the Processing language, allowing users to …

  9. Reference / Processing.org

    Called directly after setup () and continuously executes the lines of code contained inside its block until the program is stopped or noLoop () is called exit ()

  10. Environment / Processing.org

    The Processing Environment includes a text editor, a compiler, and a display window. It enables the creation of software within a carefully designed set of constraints.