1
edit
Changes
→My works on Processing.js
: Add <TT>parseBoolean</TT> function. Ticket @[https://processing-js.lighthouseapp.com/projects/41284/tickets/448-code-parseboolean lighthouse]
: A missing feature from Processing (Java). Convert a char, a integer, a string, an array into a boolean.
* Documentation
:
* Helpful tips
:
=== Release 0.3===
:[http://processingjs.org/ processing.js]
:Source Control: git
:BugTracker: [https://processing-js.lighthouseapp.com/projects/41284-processingjs Lighthouse]
:Blog: @ [http://Minooz.wordpress.com wordpress]
* Bugs
: Fix transparency in <TT>copy()</TT> function. Ticket @[https://processing-js.lighthouseapp.com/projects/41284/tickets/1055-copy-doesnt-handle-transparency-properly lighthouse]
: When using copy() on an image with transparency, the transparency overwrites the background color. See the screenshots to compare against p5. The image is a red splatter with transparent background and the background is green.
: [[pjs.png]]
: [[p5.png]]
* Documentation
:
* Helpful tips
: