Education/Projects/ProcessingForTheWeb/cursor: Difference between revisions
< Education | Projects | ProcessingForTheWeb
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
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. | ||
== | == Functions == | ||
=== Bugs === | === Bugs === | ||
Line 12: | Line 12: | ||
=== Tests === | === Tests === | ||
<ul> | <ul> | ||
<li>Test 1 - </li> | <li>Test 1 -This tests the cursor() function.</li> | ||
<li>Test 2 -</li> | <li>Test 2 -This tests the cursor(''mode'') function.</li> | ||
<li>Test 3 - </li> | <li>Test 3 -This tests the cursor(''src'',''width'',''height'') </li> | ||
</ul> | </ul> | ||
Revision as of 02:21, 20 October 2009
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.
Functions
Bugs
Tests
- Test 1 -This tests the cursor() function.
- Test 2 -This tests the cursor(mode) function.
- Test 3 -This tests the cursor(src,width,height)
OS(version) | Browser(version) | test 1 | test 2 | test 3 | |
---|---|---|---|---|---|
Vista | Firefox(3.5.3) | Passed | Passed | Passed | Passed |