Open main menu

CDOT Wiki β

Changes

User:Minooz/OSD600/processing

13 bytes added, 15:23, 17 April 2011
Release 0.3
: To work with p5 code, I cloned it from [ http://code.google.com/p/processing/source/browse/trunk/ here] with the latest instructions at the bottom of [http://code.google.com/p/processing/wiki/BuildInstructions this page].
: Then I started to debug it on eclipse, with these [http://processing.org/learning/eclipse/ instructions].
: The result that I'm getting for the pixels from both p5 and pjs are the same. [http[User:Minooz/OSD600/minooz.wordpress.com/2011/04/06/once-upon-a-time-punch-cardsprocessing/ pixels | Here]] is a sample of these results.
: I thought it might be something with some charactersitics of pixels in p5 e.g. ''fillAlpha'', ''calcAlpha'',... for which I couldn't find any correspondent in pjs so far.
: Those characteristics where changed in ''pGraphics.java'':
:: several instances of: line 5302: <pre> calcAlpha = (calcAi != 255);// changed to check for equality to 255</pre> 
* '''Helpful tips'''
1
edit