|
|
Line 16: |
Line 16: |
|
| |
|
| This page lists tasks to be done as part of the [[Education/Projects/ProcessingForTheWeb|Processing For The Web]] project, in order to fully implement all of Processing in processing.js. The work is being led by David Humphrey and Al MacDonald, and done by students at Seneca College. You are welcome to join this work. | | This page lists tasks to be done as part of the [[Education/Projects/ProcessingForTheWeb|Processing For The Web]] project, in order to fully implement all of Processing in processing.js. The work is being led by David Humphrey and Al MacDonald, and done by students at Seneca College. You are welcome to join this work. |
|
| |
| == Task List ==
| |
|
| |
| The following lists of Bugs, Features, and Functions was compiled by Al MacDonald.
| |
|
| |
| === Bugs ===
| |
|
| |
| {| class="wikitable" border="1"
| |
| |-
| |
| ! Bug
| |
| ! Description
| |
| ! Attachment/link
| |
| ! Difficulty
| |
| |-
| |
| | Overloading function bug
| |
| |
| |
| |
| |
| | Undetermined
| |
| |-
| |
| |}
| |
|
| |
| === Missing Features ===
| |
|
| |
| This is a list of all the out-standing functions in the Processing.js implementation. A more detailed description of the unfinished functions can be found at: http://processingjs.org/reference. (Click “toggle all” to see the list.)
| |
|
| |
| ==== Misc. Features 2 ====
| |
| {| border="1" class="wikitable"
| |
| |-
| |
| ! Name
| |
| ! Description
| |
| ! Who's working on it.
| |
| ! STATUS
| |
| ! Difficulty
| |
| |-
| |
| | PFont
| |
| | Already working. The existing routines will likely get either a) merged with PShape's SVG functions or b) dropped in favor of something faster re: real browser fonts if we can borrow a little time from Mozilla developers. (We are currently using SVGs.)
| |
| |
| |
| |
| |
| | Difficult (Fx dev. & talk to Bespin guys)
| |
| |-
| |
| |}
| |