|
|
(4 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 ====
| |
| | |
| {| border="1" class="wikitable"
| |
| |-
| |
| ! Name
| |
| ! Description
| |
| ! Who's working on it.
| |
| ! STATUS
| |
| ! Difficulty
| |
| |-
| |
| | delay()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/59-code-delay See lighthouse ticket]
| |
| |-
| |
| | popStyle()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/82-code-popstyle See lighthouse ticket]
| |
| |-
| |
| | private
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/133-private-keyword See lighthouse ticket]
| |
| |-
| |
| | pushStyle()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/81-code-pushstyle See lighthouse ticket]
| |
| |-
| |
| | focused
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/44-focused See lighthouse ticket]
| |
| |-
| |
| | [https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb/noCursor noCursor()]
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/30-nocursor See lighthouse ticket]
| |
| |-
| |
| | online
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/23-online See lighthouse ticket]
| |
| |-
| |
| | screen
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/50-code-screen See lighthouse ticket]
| |
| |-
| |
| | long
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/51-code-long-data-type See lighthouse ticket]
| |
| |-
| |
| | Hashmap
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/79-code-hashmap See lighthouse ticket]
| |
| |-
| |
| | XMLElement
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/134-xmlelement-type See lighthouse ticket]
| |
| |-
| |
| | binary()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/75-binary See lighthouse ticket]
| |
| |-
| |
| | boolean()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/83-code-boolean See lighthouse ticket]
| |
| |-
| |
| | hex()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/37-hex See lighthouse ticket]
| |
| |-
| |
| | unbinary()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/40-unbinary See lighthouse ticket]
| |
| |-
| |
| | unhex()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/16-unhex See lighthouse ticket]
| |
| |-
| |
| | join()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/38-join See lighthouse ticket]
| |
| |-
| |
| | match()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/21-match See lighthouse ticket]
| |
| |-
| |
| | matchAll()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/135-matchall See lighthouse ticket]
| |
| |-
| |
| | nfc()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/1-code-nfc See lighthouse ticket]
| |
| |-
| |
| | nfp()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/39-nfp See lighthouse ticket]
| |
| |-
| |
| | nfs()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/17-nfs See lighthouse ticket]
| |
| |-
| |
| | trim()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/19-trim See lighthouse ticket]
| |
| |-
| |
| | split()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/18-split See lighthouse ticket]
| |
| |-
| |
| | splitTokens()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/24-splittoken See lighthouse ticket]
| |
| |-
| |
| | append()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/22-append See lighthouse ticket]
| |
| |-
| |
| | arrayCopy()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/20-arraycopy See lighthouse ticket]
| |
| |-
| |
| | concat()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/36-concat See lighthouse ticket]
| |
| |-
| |
| | expand()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/15-expand See lighthouse ticket]
| |
| |-
| |
| | reverse()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/136-reverse See lighthouse ticket]
| |
| |-
| |
| | shorten()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/13-shorten See lighthouse ticket]
| |
| |-
| |
| | sort()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/74-sort See lighthouse ticket]
| |
| |-
| |
| | splice()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/25-splice See lighthouse ticket]
| |
| |-
| |
| | subset()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/26-subset See lighthouse ticket]
| |
| |}
| |
| | |
| ==== Misc. Features 3 ====
| |
| | |
| {| border="1" class="wikitable"
| |
| |-
| |
| ! Name
| |
| ! Description
| |
| ! Who's working on it.
| |
| ! STATUS
| |
| ! Difficulty
| |
| |-
| |
| | PShape()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/137-pshape-datatype See lighthouse ticket]
| |
| |-
| |
| | bezierDetail()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/138-bezierdetail See lighthouse ticket]
| |
| |-
| |
| | bezierPoint()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/139-bezierpoint See lighthouse ticket]
| |
| |-
| |
| | bezierTangent()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/140-beziertangent See lighthouse ticket]
| |
| |-
| |
| | curveDetail()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/141-curvedetail See lighthouse ticket]
| |
| |-
| |
| | curvePoint()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/142-curvepoint See lighthouse ticket]
| |
| |-
| |
| | curveTangent()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/143-curvetangent See lighthouse ticket]
| |
| |-
| |
| | curveTightness()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/144-curvetightness See lighthouse ticket]
| |
| |-
| |
| | noSmooth()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/145-smooth-and-nosmooth See lighthouse ticket]
| |
| |-
| |
| | strokeCap()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/84-strokecap See lighthouse ticket]
| |
| |-
| |
| | strokeJoin()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/146-strokejoin See lighthouse ticket]
| |
| |-
| |
| | texture()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/147-texture See lighthouse ticket]
| |
| |-
| |
| | textureMode()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/148-texturemode See lighthouse ticket]
| |
| |-
| |
| | loadShape()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/149-loadshape See lighthouse ticket]
| |
| |-
| |
| | shape()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/150-shape See lighthouse ticket]
| |
| |-
| |
| | shapeMode()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/151-shapemode See lighthouse ticket]
| |
| |-
| |
| | createInput()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/155-createinput See lighthouse ticket]
| |
| |-
| |
| | loadBytes()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/156-loadbytes See lighthouse ticket]
| |
| |-
| |
| | open()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/157-open See lighthouse ticket]
| |
| |-
| |
| | selectFolder()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/158-selectfolder See lighthouse ticket]
| |
| |-
| |
| | selectInput()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/159-selectinput See lighthouse ticket]
| |
| |-
| |
| | param()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/160-param See lighthouse ticket]
| |
| |-
| |
| | status()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/180-status See lighthouse ticket]
| |
| |-
| |
| | save()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/181-save See lighthouse ticket]
| |
| |-
| |
| | saveFrame()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/182-saveframe See lighthouse ticket]
| |
| |-
| |
| | PrintWriter
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/161-printwriter See lighthouse ticket]
| |
| |-
| |
| | beginRaw()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/162-beginraw See lighthouse ticket]
| |
| |-
| |
| | beginRecord()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/163-beginrecord See lighthouse ticket]
| |
| |-
| |
| | createOutput()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/164-createoutput See lighthouse ticket]
| |
| |-
| |
| | createReader()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/165-createreader See lighthouse ticket]
| |
| |-
| |
| | createWriter()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/166-createwriter See lighthouse ticket]
| |
| |-
| |
| | endRaw()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/167-endraw See lighthouse ticket]
| |
| |-
| |
| | endRecord()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/168-endrecord See lighthouse ticket]
| |
| |-
| |
| | saveBytes()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/169-savebytes See lighthouse ticket]
| |
| |-
| |
| | saveStream()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/170-savestream See lighthouse ticket]
| |
| |-
| |
| | saveStrings()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/171-savestrings See lighthouse ticket]
| |
| |-
| |
| | loadStrings()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/153-loadstrings-should-not-append-commas-to-strings See lighthouse ticket]
| |
| |-
| |
| | selectOutput()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/172-selectoutput See lighthouse ticket]
| |
| |-
| |
| | applyMatrix()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/173-applymatrix See lighthouse ticket]
| |
| |-
| |
| | printMatrix()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/174-printmatrix See lighthouse ticket]
| |
| |-
| |
| | resetMatrix()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/175-resetmatrix See lighthouse ticket]
| |
| |-
| |
| | blendColor()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/52-code-blendcolor See lighthouse ticket]
| |
| |-
| |
| | brightness()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/32-brightness See lighthouse ticket]
| |
| |-
| |
| | hue()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/33-hue See lighthouse ticket]
| |
| |-
| |
| | saturation()
| |
| | colspan="4" | [http://processing-js.lighthouseapp.com/projects/41284/tickets/34-saturation See lighthouse ticket]
| |
| |}
| |
| | |
| ==== 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]
| |
| |}
| |