Skip to content

Commit

Permalink
Add old content from google code main page.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybakos committed Jan 14, 2016
1 parent 3f6a4b8 commit a060d54
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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:

<iframe src="https://player.vimeo.com/video/19076476" width="500" height="331" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p><a href="https://vimeo.com/19076476">Proclipsing Setup Screencast</a> from <a href="https://vimeo.com/user591583">Matt Parker</a> on <a href="https://vimeo.com">Vimeo</a>.</p>

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).

0 comments on commit a060d54

Please sign in to comment.