openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
processing-js/processing-js
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 09, 2024 — Aug 09, 2025
Showing page 129 of 129
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Started to use createImageData whenever it's available (this allowed two more demos to work in WebKit).
John Resig
More...
about 17 years ago
Fixed issue with the mouse button patch (CENTER_RADIUS wasn't re-numbered correctly).
John Resig
More...
about 17 years ago
Landing the patch from Renato Formato for handling curveVertex and curveTightness correctly.
John Resig
More...
about 17 years ago
ArrayList .add() had a weird convention for compatibility reasons - but it doesn't, actually, seem to be needed. Not sure why it was there in the first place.
John Resig
More...
about 17 years ago
Added the frameCount global.
John Resig
More...
about 17 years ago
Exposed the parse method (converting Processing code to JavaScript) via Processing.parse(). It can be used like so:
John Resig
More...
about 17 years ago
Two changes from Felipe Gomes: - If you're using the Processing JavaScript API you must now explicitly call .init() to start the rendering. Previously it wasn't possible to gain advantage from the setup/draw functions (since they would never exist in time). - Made p.set() allow for the consumption of PImages, in addition to colors (effectively the same as doing p.image(img, x, y)).
John Resig
More...
about 17 years ago
Landing some mouse scroll fixes offered by Felipe Gomes. This includes the addition of the LEFT/CENTER/RIGHT and mouseButton globals. The contextmenu is now prevented, as well, from right clicks.
John Resig
More...
about 17 years ago
Oops, init.js was Unicode formatted - should be fixed now.
John Resig
More...
about 17 years ago
Landing a more-robust init.js file, with input from Felipe Gomes.
John Resig
More...
about 17 years ago
Moving from the old repository at: http://ejohn.org/code/processing.js/
John Resig
More...
about 17 years ago
←
1
2
…
121
122
123
124
125
126
127
128
129
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree