About 68,800 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

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

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

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

  6. Tools / Processing.org

    Converts fonts into the Processing font format and adds to the current sketch. Opens a dialog box which give options for setting the font, its size, if it is anti-aliased, and if all characters should be generated.

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

  8. Reference - Processing

    Processing is not a single programming language, but an arts-centric system for learning, teaching, and making visual form with code. This Reference documents its Python Mode.

  9. Hot topics - Processing Community Forum

    Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py

  10. Why do I get a NullPointerException? - Processing 2.0 Forum

    One of the most common errors in Java (hence, in Processing) is this NullPointerException (short-named NPE). Fortunately, it is also one of the easiest to fix, once the most common cases are known.