Template Start Sketch

edited February 2016 in Using Processing

Is there a template that controls the startup sketch shown? I would like to add a starting bit (Arduino is now doing something similar) instead of being blank having the following on all new sketches:

void setup() { // put your setup code here, to run once:

}

void draw() { // put your main code here, to run repeatedly/loop:

}

Tagged:

Answers

Sign In or Register to comment.