Skip to content
codeanticode edited this page May 23, 2019 · 12 revisions

In order to develop the video library using the Eclipse IDE, you need to follow these steps:

I - Setting up Processing

Since we only require processing as a dependency, perform a shallow clone of the processing repo and build it by running ant in the processing/build folder, as detailed in the build instructions for Processing:

git clone https://github.com/processing/processing.git --depth 1

II - Import processing-core project into Eclipse

  1. Import the Processing repo into Eclipse: Import > Projects from Git > Existing local repository > Select Processing folder > Import existing eclipse project
  2. Select processing-core
Clone this wiki locally