Pedro
unread,Jul 13, 2011, 4:33:40 PM7/13/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyprocessing-users
The version 0.1.2.20 of pyprocessing is now avaliable for download.
Changelog:
*changed the way pyprocessing initializes the drawing window
*imageMode() has been added (attribs.py)
*day(), hour(), millis(), minute(), month(), second() and year() have
been added (__init__.py)
*binary(), unbinary(), hex(), unhex() and byte() have been added
(mathfunctions.py)
*noise() has been added (mathfunctions.py)
*some examples which use the above functions have been added