patrick cddf39bed9 Added CREATE and DELETE listeners and modified the detection to request
a reload with any file type recognized by the current mode. As a result
of adding delete it attempts to verify that you're not deleting the last
code-file in your sketch, if you are, then it tries to re-save the
SketchCode. 

Also had to modify EditorHeader to prevent the reload popup from
appearing with internal deletes or creates
2014-08-14 12:11:21 -04:00
2014-07-01 23:16:43 -04:00
2013-01-25 14:41:57 -05:00
2014-05-19 21:39:43 -04:00
2014-06-08 16:34:44 -04:00
2014-06-08 16:52:39 -04:00

Processing

This is the official source code for the Processing Development Environment (PDE), the “core” and the libraries that are included with the download.

Development of Processing 3 has started, so major changes are underway inside this repository. If you need a stable version of the source, use the tag processing-0227-2.2.1. Do not expect this code to be stable. Major changes include severe things like breaking libraries (due to chaining operations in PVector) or the removal of Applet as the base class for PApplet. Some of these will be sorted out before the release, others are simply being tested or are developments that are in-progress.

If you have found a bug in the Processing software, you can file it here under the “issues” tab. If it relates to the JavaScript version, please use their issue tracker. All Android-related development has moved to its own repository here, so issues with Android Mode, or with the Android version of the core library should be posted there instead.

The issues list has been imported from Google Code, so there are many spurious references amongst them since the numbering changed. Basically, any time you see references to changes made by processing-bugs, it may be somewhat suspect. Over time this will clean itself up as bugs are fixed and new issues are added from within Github. Help speed this process along by helping us!

The processing-web repository contains reference, examples, and the site. (Please use that link to file issues regarding the web site, the examples, or the reference.)

The instructions for building the source are here.

Someday we'll also write code style guidelines, fix all these bugs, throw together hundreds of unit tests, and solve the Israeli-Palestinian conflict.

But in the meantime, I ask for your patience, participation, and patches.

Ben Fry, 3 February 2013
Last updated 8 June 2014

Description
Source code for Processing, the software sketchbook and Java-based programming language for students, artists, designers, educators, hobbyists, and creative coders. Includes the core library, and editor (PDE)
Readme 217 MiB
Languages
Java 90.8%
Kotlin 4.3%
Processing 1.6%
ANTLR 0.9%
GLSL 0.7%
Other 1.6%