Field

Ticket #19 (closed: fixed)

Opened 1 year ago

Last modified 10 months ago

Finish ProcessingPlugin

Reported by: marc Assigned to: marc
Priority: major Milestone: beta
Component: core Version:
Keywords: Cc:

Description

There are really three items:

  • Some UI or preference to choose the location of the Processing installation
  • Some reading and implementation of just how Processing locates and loads Plugins, preferably one that also allows .py files that describe more "Pythonic" interfaces to their contents.
  • Make sure that their OpenGL renderer doesn't clash horribly with ours.

Change History

01/27/2008 10:24:27 PM changed by marc

Note that QDox crashes on (the outragously long) PApplet, so adding it to the java.source.paths is a bad idea. Bug, QDOX-133, http://jira.codehaus.org/browse/QDOX-133

03/15/2008 08:12:18 AM changed by marc

  • status changed from new to closed.
  • resolution set to fixed.

There's now (changeset:45) what I believe to be a good draft of the Processing plugin (and some documentation SimpleProcessingTutorial). A couple of issues remain (see #37).