Changes

Jump to: navigation, search

Processing.js

6,266 bytes removed, 14:44, 17 February 2010
Processing.js 0.1 Code status
[[Processing.js/ConferenceCalls|Conference Call Meetings]]
==Processing.js 0.1 Code status==
This table is for students who have 0.1 code that needs to be pushed into the processing.js library<br/>
Please add your functions below that require review by Al.<br/>
A new format for submitting work for review and a bug tracker will be implemented by 0.2 release time<br />
How to use this chart:
* function: your functions name or function you modified
* name: your name
* code link: a link to the code snippet or diff file if you had to change a function
* state: r?, needs review by Al. r-, reviewed by Al and not fit for check-in yet. r+, reviewed by Al and work looks ok. checked-in, reviewed by Al and checked into the library.
* comments: comments you can put for Al or he can put regarding his review of your work.
<table border="1" width="100%" cellspacing="1" cellpadding="1">
<tr>
<td width="20%"><b>Function</b></td><td width="15%"><b>Name</b></td><td width="15%"><b>Code link</b></td><td width="10%"><b>State<br/>(r?, r-, r+, checked-in)</b></td><td><b>Comments</b></td>
</tr>
<tr>
<td>shorten()</td>
<td>Daniel Hodgin</td>
<td>[http://zenit.senecac.on.ca/wiki/index.php/User:Dhhodgin#shorten.28.29 shorten()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>expand()</td>
<td>Daniel Hodgin</td>
<td>[http://zenit.senecac.on.ca/wiki/index.php/User:Dhhodgin#expand.28.29 expand()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>unhex()</td>
<td>Daniel Hodgin</td>
<td>[http://zenit.senecac.on.ca/wiki/index.php/User:Dhhodgin#unhex.28.29 unhex()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>nfs()</td>
<td>Daniel Hodgin</td>
<td>[http://zenit.senecac.on.ca/wiki/index.php/User:Dhhodgin#nfs.28.29 nfs()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>split(), trim(), arrayCopy()</td>
<td>Edward Sin</td>
<td>[http://github.com/MinyXO/processing-js/commit/1c6ad7041fbcbb3dd88952d7b236de4b41ed518d link]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>match()</td>
<td>Edward Sin</td>
<td>[http://github.com/MinyXO/processing-js/commit/46158a60de87859fb4a9fddfa771ba69463f3e6d match()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>append()</td>
<td>Edward Sin</td>
<td>[http://github.com/MinyXO/processing-js/commit/6f0ba75d8d0c7620336134f883ffb10eea13873d append()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>online(), splitToken()</td>
<td>Edward Sin</td>
<td>[http://github.com/MinyXO/processing-js/commit/2551f75d68d6780554769994873bbde814a2ca14 link]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>splice(), subset(), mag(), focused</td>
<td>Andor Salga</td>
<td>[http://matrix.senecac.on.ca/~asalga/DPS909/release0.1/asalga_release_0.1 patch]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>nfc()</td>
<td>Daniel Hodgin</td>
<td>[http://zenit.senecac.on.ca/wiki/index.php/User:Dhhodgin#nfc.28.29 nfc()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>cursor(), noCursor()</td>
<td>Anna Sobiepanek</td>
<td>[http://matrix.senecac.on.ca/~asobiepa/Processing/diff01.txt path 0.1]</td>
<td>r+ Al</td>
<td>Fixed and pushed changes</td>
</tr>
<tr>
<td>PVector</td>
<td>Mickael Medel</td>
<td>[http://matrix.senecac.on.ca/~mnmedel/Processing-JS/pvector/pvector.js PVector]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>concat</td>
<td>Alex Londono(tyrant911)</td>
<td>[http://matrix.senecac.on.ca/~alondono/release0.1/concat.js concat()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>hex</td>
<td>Alex Londono(tyrant911)</td>
<td>[http://matrix.senecac.on.ca/~alondono/release0.1/hex.js hex()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>join</td>
<td>Alex Londono(tyrant911)</td>
<td>[http://matrix.senecac.on.ca/~alondono/release0.1/join.js join()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>nfp</td>
<td>Alex Londono(tyrant911)</td>
<td>[http://matrix.senecac.on.ca/~alondono/release0.1/nfp.js nfp()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>unbinary</td>
<td>Alex Londono(tyrant911)</td>
<td>[http://matrix.senecac.on.ca/~alondono/release0.1/unbinary.js unbinary()]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>brightness(),hue(),saturation()</td>
<td>Donghui Liu</td>
<td>[http://github.com/dliu53/processing-js/commit/5313c9a3741dd5efcd43133c9c5bf1fccddb1608 0.1]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>curve()-2D,blendColor()</td>
<td>Donghui Liu</td>
<td>[http://github.com/dliu53/processing-js/commit/1a73154a37cdba9841a0d16f015f8d0491812283 0.2(curve)], [http://github.com/dliu53/processing-js/commit/d271e5abc38d2566d01b5d2e41d4a9e418ee7fd2 0.2(blendColor)]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>bezierPoint(),curvePoint()</td>
<td>Donghui Liu</td>
<td>[http://github.com/dliu53/processing-js/commit/08b83f372c8c5a22ebf120b5c4c0363dc769f367 0.3(bezierPoint)],[http://github.com/dliu53/processing-js/commit/ef57baf38b9cd9f8ef58936709f104b8b40e8fbf 0.3(curvePoint)]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>bezierTangent(),curveTangent()</td>
<td>Donghui Liu</td>
<td>[http://github.com/dliu53/processing-js/commit/dc9bc40c59b88c21e0f2aeaafd4e0f09137a0b63 0.3(bezierTangent,curveTangent)]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>PImage const, get(), set(), copy(), loadPixels(), updatePixels()</td>
<td>Anna Sobiepanek</td>
<td>[http://matrix.senecac.on.ca/~asobiepa/Processing/PImage/diffPImage.txt patch 0.2]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
<tr>
<td>3D: sphere() sphereDetail() box() rotateX() rotateY() rotateZ() Non-3D: curve()</td>
<td>Anna Sobiepanek</td>
<td>[http://matrix.senecac.on.ca/~asobiepa/Processing/3D/diff3D.txt patch 0.3]</td>
<td>r? Al</td>
<td>review needed by Al</td>
</tr>
</table>
==Project Tests==

Navigation menu