|
Author |
Topic: Processing in Eclipse? (Read 514 times) |
|
toblix
|
Processing in Eclipse?
« on: Nov 10th, 2003, 2:14pm » |
|
Is it possible to program in Processing using Eclipse? If so, how? If not, why?
|
|
|
|
fry
|
Re: Processing in Eclipse?
« Reply #1 on: Nov 10th, 2003, 4:43pm » |
|
language-wise, not yet. nobody has written the extension (for things like 'color' and #cc00cc and substituting f for floats). but library wise, sure. take the classes from lib/export and make a .jar file out of them that you include with your project. or if you want sound/net/video/serial, you'll have to grab all the B---.class files from inside lib/pde.jar. your project should just use "extends BApplet". you can open the .jar in any zip program to unpack it, or use the zip program to package it back up again, just remove the .zip and replace it with .jar and you're there.
|
|
|
|
|