From a060d54afd00f1a20a1f45c1fc6e500d636edd21 Mon Sep 17 00:00:00 2001 From: Yong Joseph Bakos Date: Wed, 13 Jan 2016 22:17:13 -0600 Subject: [PATCH] Add old content from google code main page. --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e60487..c3d7501 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,23 @@ This Eclipse plugin bootstraps the creation of an Eclipse Java project that relies on the Processing .jar dependencies. This is different from the [processing-eclipse](http://github.com/processing/processing-eclipse) experiment, which adheres to the PDE / codegen approach found in the Processing IDE itself. -© 2010 Proclipsing Team unless otherwise noted. See [License](LICENSE.md). \ No newline at end of file +The purpose of Proclipsing is to lower the difficulty of using Processing in Eclipse. We are currently in Beta Release. Here is a screencast on how to setup: + + +

Proclipsing Setup Screencast from Matt Parker on Vimeo.

+ +It allows you to easily create a Processing project in eclipse by simply putting in the path to your Processing app, the path to your Sketch folder (for contributed libs), and then selecting the libraries you want. Proclipsing then creates a project with the desired libs (with native libraries), and skeleton package structure and PApplet. + +You can also add/remove libs later with an option in the project preferences menu. + +We've also teamed up with Daniel Howe, so you can get his P5 Exporter from the same update site. With P5 Exporter, you can export projects from eclipse similar to the way you do from the Processing IDE. + +If you'd like to install Proclipsing, you can find instructions here. + +If you need help getting started with writing Processing code in Eclispe, this an intro. + +Thank you. We hope you enjoy Proclipsing, + + + +© 2010 Proclipsing Team unless otherwise noted. See [License](LICENSE.md).