Education/Projects/ProcessingForTheWeb/Tasks: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
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)
|-
|}

Revision as of 15:45, 17 February 2010

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.