-
The two sketches at the start of 4.13 Image Textures and Additive Blending do not show.
I think this is because of the missing image file used for the particle effects:
http://natureofcode.com/book/ch…
-
This will involve using another library like Quil or ProcessingJS to do the rendering.
-
Responding to User Actions
You may download a PDF of these directions here: https://d396qusza40orc.cloudfront.net/phoenixassets/object-oriented-java/Module%205%20PA%20Instructions.pdf
This assig…
-
There is a site [here](http://www.khanacademy.org) that uses ProcessingJS to write programs.
Would it be possible to port over ProcessingJS functions like `noStroke()`,`round()`, etc?
Can't be bothere…
ghost updated
8 years ago
-
### Summary
When typing a print command on this page:
http://processingjs.org/tools/processing-helper.html
then the console at the bottom of the page doesn't open.
The console opens when a println c…
-
It would be useful to be able to know when a sketch is loaded.
In my use case I'm loading sketches in an infinite-scroll situation. Once a sketch is loaded I need to override the dimensions to make i…
-
``` coffeescript
filesets:
anyFilesetKey:
files: # string, regex, glob, or array of any of those
javascripts: # nearly the same as config.files.javascripts
joinTo: # if string, join al…
es128 updated
7 years ago
-
I have tried using `encodeURI()` and `decodeURI()` inside the Processing.js Khan Academy editor and they does not work. Oh Noes Guy tells me `__env__.encodeURI is not a function`, but I have tried th…
-
```
/* @pjs preload="tux.png"; */
PImage img; // The source image
int cellsize = 2; // Dimensions of each cell in the grid
int columns, rows; // Number of columns and rows in our system
int o…
ghost updated
8 years ago
-
In HHexLayout class, there are some direction function which use "in" as argument.
This is fine for Java.
However, as "in" is a keyword for JavaScript, when the ProcessingJS interpreter the code, it …