Thursday 25 July 2019

Processing: Hello World Application


Open processing IDE.

File -> New



It opens new sketch pad, type below lines and save the file.

void setup() {
  size(500, 500);
  background(100, 135, 230);
}

Save the file as HelloWorld.

Go to Sketch -> Run.

You can able to see below kind of window.


Previous                                                    Next                                                    Home

No comments:

Post a Comment