Education/Projects/ProcessingForTheWeb/Tasks: Difference between revisions

 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
== Summary ==
== Summary ==


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 use to contain a lists of 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
|-
| [https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb/PImage PImage()]
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/72-pimage See lighthouse ticket]
|-
| imageMode()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/176-imagemode See lighthouse ticket]
|-
| noTint()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/177-notint See lighthouse ticket]
|-
| requestImage()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/178-requestimage See lighthouse ticket]
|-
| blend()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/53-code-blend See lighthouse ticket]
|-
| copy()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/54-code-copy See lighthouse ticket]
|-
| filter()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/55-code-filter See lighthouse ticket]
|-
| PGraphics
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/179-pgraphics See lighthouse ticket]
|-
| 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)
|-
| [https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb/PVector PVector]
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/31-pvector See lighthouse ticket]
|-
| exp()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/3-code-exp See lighthouse ticket]
|-
| log()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/4-code-log See lighthouse ticket]
|-
| [https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb/Tasks/mag mag()]
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/27-mag See lighthouse ticket]
|-
| map()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/5-code-map See lighthouse ticket]
|-
| acos()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/7-code-acos See lighthouse ticket]
|-
| asin()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/6-code-asin See lighthouse ticket]
|-
| atan()
| colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/8-cos-atan See lighthouse ticket]
|}