We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › Processing Plugin for Eclipse -- Proclipsing Beta!
Page Index Toggle Pages: 1
Processing Plugin for Eclipse -- Proclipsing Beta! (Read 4524 times)
Processing Plugin for Eclipse -- Proclipsing Beta!
Jan 21st, 2010, 7:39am
 
I'm posting this message on behalf of Matt Parker who, along with Brian Ballantine, has developed a Processing Plugin for Eclipse called "proclipsing."  It's really terrific and I encourage anyone using Eclipse to check it out!!

----------------------

Brian Ballantine and Matt Parker have developed a Processing Plugin for Eclipse called "proclipsing."  

http://code.google.com/p/proclipsing/

The purpose of proclipsing is to lower the difficulty of using Processing in Eclipse.

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 P5Exporter from the same update site.  With P5Exporter, you can export projects from eclipse similar to the way you do from the Processing IDE.

We ask that you submit any issues you encounter here:

http://code.google.com/p/proclipsing/issues/list
Re: Processing Plugin for Eclipse -- Proclipsing Beta!
Reply #1 - Jan 21st, 2010, 4:59pm
 
this is excellent.

thank you, and Mr Parker and Mr Ballantine!  Smiley
Re: Processing Plugin for Eclipse -- Proclipsing Beta!
Reply #2 - Jan 21st, 2010, 8:15pm
 
sweet, this is great. makes life much easier in eclipse, i like how libraries automatically show up  and can be added to a project in the preferences.
Re: Processing Plugin for Eclipse -- Proclipsing Beta!
Reply #3 - Jan 24th, 2010, 8:42am
 
Been trying this out together with the P5Exporter - incredibly easy to use - does the job - fantastic - I love it.
Cheesy
Re: Processing Plugin for Eclipse -- Proclipsing Beta!
Reply #4 - Jan 27th, 2010, 2:48am
 
feature request: Would be nice to also have the checkboxy wizard for if you want to add P5 libraries later on in the project (or did i just not find it?)

or can anyone tell me what's the least complicated way to add libraries after the project has been created? i.e. when you decide to want to add opengl, there's all these jogl dependencies and whatnot...
Re: Processing Plugin for Eclipse -- Proclipsing Beta!
Reply #5 - Jan 31st, 2010, 8:25pm
 
Hey phling,

Control click on the project, then go down to "Processing Preferences."  You can add and remove libs at any point.

Hope that helps,
Matt
Re: Processing Plugin for Eclipse -- Proclipsing Beta!
Reply #6 - Feb 21st, 2010, 7:10pm
 
I tried using this to create a Processing project.  It did save me the little bit of work to write all the import calls.  However, I found when I exported the project using P5Exporter, OpenProcessing did not like the applet, it gave an error saying it could not find the class, so I deleted the package it automatically created and put it in the default package and everything worked find.  In the end it costed me more time than it saved... but the efforts to integrate Processing with Eclipse are greatly appreciated, the error messages in the Processing editor are brutally nebulous :-S , since I moved over to Eclipse, things have been sooooooo much easier.  Keep going with it !
Re: Processing Plugin for Eclipse -- Proclipsing Beta!
Reply #7 - Feb 28th, 2010, 9:50pm
 
This seems like an issue with OpenProcessing assuming the Papplet is coming from the Processing IDE, which doesn't allow for packages.  I'll talk to Sinan about getting this sorted out.

Matt
Re: Processing Plugin for Eclipse -- Proclipsing Beta!
Reply #8 - Feb 28th, 2010, 9:51pm
 
Thanks for letting us know about this.

Matt
Re: Processing Plugin for Eclipse -- Proclipsing Beta!
Reply #9 - May 25th, 2010, 6:32pm
 
Just wanted to let you know that I installed Proclipsing a little bit ago and am loving it. Works perfectly and I was able to jump right into direct JOGL calls without much effort at all. Makes me all excited to use Processing again!
Page Index Toggle Pages: 1