Difference between revisions of "User:Minooz/OSD600/processing"

From CDOT Wiki
Jump to: navigation, search
(Release 0.3)
(Release 0.3)
Line 16: Line 16:
 
:  
 
:  
  
 +
 +
------------------------------------------------
 
=== Release 0.3===
 
=== Release 0.3===
 
:[http://processingjs.org/ processing.js]
 
:[http://processingjs.org/ processing.js]
Line 25: Line 27:
 
: Fix transparency in <TT>copy()</TT> function. Ticket @[https://processing-js.lighthouseapp.com/projects/41284/tickets/1055-copy-doesnt-handle-transparency-properly lighthouse]
 
: 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.
 
: 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.
:[[Image:pjs.png|thumb|pjs sample|100px|left]]  
+
:[[Image:pjs.png|thumb|pjs sample|100px|left]]<br/>
:[[Image:p5.png|thumb|p5 sample|100px|left]]
+
:[[Image:p5.png|thumb|p5 sample|100px|left]]<br/>
 
 
  
 +
:
 
* Documentation
 
* Documentation
 
:  
 
:  

Revision as of 17:41, 11 March 2011

PROCESSING

My works on Processing.js

Release 0.1

processing.js
Source Control: git
BugTracker: Lighthouse
Blog: @ wordpress
  • Bugs
Add parseBoolean function. Ticket @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

processing.js
Source Control: git
BugTracker: Lighthouse
Blog: @ wordpress
  • Bugs
Fix transparency in copy() function. Ticket @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 sample

p5 sample

  • Documentation
  • Helpful tips