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

  2. Download Processing

    Start learning Processing now and create your first program today! Learn the basics of Processing with our comprehensive tutorials on a wide range of topics! Join our friendly community of learners and …

  3. Reference / Processing.org

    Find further documentation of the Processing language

  4. Tutorials / Processing.org

    Links to videos that cover the Processing basics.

  5. Examples / Processing.org

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

  6. 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.

  7. Overview / Processing.org

    Sep 14, 2022 · A short introduction to the Processing software and projects from the community.

  8. Processing Hour of Code | Home

    Processing // Hour of Code™ // Computer Science Education Week // Code.org

  9. Processing Hour of Code | Editor

    You can build off the example below or add to your previous design by selecting "My Code from Last Lesson" below. void setup () { size (500,400); } void draw () { background (0,0,0); fill (255,255,255); …

  10. Python Mode for Processing

    Python Mode for Processing You write Processing code. In Python. Processing is a programming language, development environment, and online community. Since 2001, Processing has promoted …