Education/Projects/ProcessingForTheWeb/Tasks
THIS LIST IS BEING DEPRECATED! PLEASE READ FIRST!
The task list is in the process of being ported over to the Lighthouse issue tracking system. See the list of tickets there.
Several people have been helping to move issues over. If you'd like to help, please follow the pattern below of finding or creating a lighthouse ticket to track each function, and linking that ticket from the table below.
If you have to create a new ticket for a function, include a link it the ticket's decription to the original Processing reference for that function, which you can find on this list.
Once the list is fully ported over, this page can be deleted and everything can be run from Lighthouse.
Summary
This page lists tasks to be done as part of the 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
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
Misc. Features 3
Misc. Features 2
Name | Description | Who's working on it. | STATUS | Difficulty |
---|---|---|---|---|
PImage() | See lighthouse ticket | |||
imageMode() | See lighthouse ticket | |||
noTint() | See lighthouse ticket | |||
requestImage() | See lighthouse ticket | |||
blend() | See lighthouse ticket | |||
copy() | See lighthouse ticket | |||
filter() | See lighthouse ticket | |||
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) | ||
PVector | See lighthouse ticket | |||
exp() | See lighthouse ticket | |||
log() | See lighthouse ticket | |||
mag() | See lighthouse ticket | |||
map() | See lighthouse ticket | |||
acos() | See lighthouse ticket | |||
asin() | See lighthouse ticket | |||
atan() | See lighthouse ticket |