About 69,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 visual …

  2. Reference / Processing.org

    Table Generic class for handling tabular data, typically from a CSV, TSV, or other sort of spreadsheet file XML This is the base class used for the Processing XML library, representing a single node of an …

  3. Examples / Processing.org

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

  4. Getting Started / Processing.org

    The Processing Reference explains every code element with a description and examples. The Reference programs are much shorter (usually four or five lines) and easier to follow than the longer …

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

  6. Tutorials - Processing

    A collection of step-by-step lessons introducing Processing (with Python). Many of these tutorials were directly translated into Python from their Java counterparts by the Processing.py documentation …

  7. P3D \ Tutorials - Processing

    When looking at a 3D scene in a Processing window, we can think of our view of the scene as a camera. Zoom in closer to the objects and we can imagine a camera zooming in. Rotate around the scene …

  8. Converting floats to ints - Processing Forum

    This function is provided by Processing and is oveloaded so that it can convert from a wide range of data types including String. The second example is part of the Java language and is called type-casting.

  9. if / Reference / Processing.org

    Allows the program to make a decision about which code to execute. If the <b>test</b> evaluates to <b>true</b>, the statements enclosed within the block are executed and if the <b>test</b> evaluates …

  10. draw () \ Language (API) - Processing

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