-
We need a new tab on the website called 'quickstart'. It should have the following subtopics, each linked to the install instructions (can take these from the various READMEs)
Install (Java) ------…
dhowe updated
9 years ago
-
I'm reporting this here because https://github.com/processing-js/processing-js.github.io doesn't seem to have an issue tracker.
At http://processingjs.org/reference/
where it says "If you encounter …
-
`p.loop` should use `requestAnimationFrame` where available instead of `setInterval`.
-
The first two links referer to pages, that don't exist.
-
I'm unable to create a new instance for a class in processing 2.2.1.
If I'm just doing something wrong, my java isn't what it used to be, please enlighten me, all help would be greatly appreciated!
…
bobvk updated
9 years ago
-
I'm reporting this here because https://github.com/processing-js/processing-js.github.io doesn't seem to have an issue tracker.
At http://processingjs.org/reference/ param() is marked as "not yet im…
-
Processing's print() and println() functions can be called with more than one parameter and will print all of them separated by space.
ProcessingJS's print() and println() only prints the first param…
-
When supplying an alpha value to e.g. fill, the resulting shape is still rendered with no transparency whatsoever. This happens in clojurescript when using the :p3d renderer. When I attempted to use b…
-
I noticed that the PVector.angleBetween() function sometimes returns NaN when given twice the same vector as parameter. I would expect it to return 0 (or some very small floating point).
PVector v1 =…
-
Either something is broken, or the information at http://processingjs.org/articles/jsQuickStart.html#accessingprocessingfromjs is not accurate.
It says:
> By default, when a `` has a data-processing…