0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 09, 2024 — Aug 09, 2025
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). More... about 17 years ago
Fixed issue with the mouse button patch (CENTER_RADIUS wasn't re-numbered correctly). More... about 17 years ago
Landing the patch from Renato Formato for handling curveVertex and curveTightness correctly. 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. More... about 17 years ago
Added the frameCount global. More... about 17 years ago
Exposed the parse method (converting Processing code to JavaScript) via Processing.parse(). It can be used like so: 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)). 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. More... about 17 years ago
Oops, init.js was Unicode formatted - should be fixed now. More... about 17 years ago
Landing a more-robust init.js file, with input from Felipe Gomes. More... about 17 years ago
Moving from the old repository at: http://ejohn.org/code/processing.js/ More... about 17 years ago