Back to 500lines

SETUP

image-filters/SETUP.MD

latest1.4 KB
Original Source

Detailed setup instructions.

Empty Eclipse Workspace

Creating a new project

Finding core.jar - on a mac, select “Show Package Contents”.

You will find core.jar under Contents -> Java

Right click (or control + click) and select “Build Path -> Add to Build Path”

Once it has been added to the build path it will look like this.

Creating a class that extends PApplet

The blank applet!