-
- [x] Found a bug
- p5.js version: 0.5.16
arguments are not passed to the subsequent renderer.loadPixels().
https://github.com/processing/p5.js/blob/master/src/image/pixels.js#L521
I feel li…
-
Your Name: Nick Violi
Your twitter handle: nvioli
A few words about yourself: Hi, I'm Nick. I've been programming in various capacities for 10+ years (well, I guess if you want to reach back to my T…
-
Hi,
Warning: I'm biased since I am an avid CodePen user.
Since the purpose of p5.js is "make coding accessible", I think the Get Started guide could be improved a bit by also documenting how you…
-
So...let's imagine just for fast simple example.
We have 2 functions inside draw functions:
Income - increase player's money.
game - whole game function.
I want to run game() with max frameR…
-
after experimenting with a simple collider script, i ran into this error that occurred while in play mode and testing.
here's the script link:
http://alpha.editor.p5js.org/MemeMeister420/sketches…
-
Hi, I've had the same issue some other people got with the loadJSON() request (here: [https://github.com/processing/p5.js/issues/425](https://github.com/processing/p5.js/issues/425)).
Searching for a…
-
I was playing around with one of Shiffman's NOC examples for p5js: [Combining Behaviors_ Seek and Separate](https://github.com/shiffman/The-Nature-of-Code-Examples-p5.js/tree/master/chp06_agents/NOC_6…
-
All functions without returns can return a reference to the p5 instance, to allow functions to be chained as per common JS practice. An example:
``` javascript
textFont(afont).textSize(18).text("my h…
dhowe updated
7 years ago
-
When I visit hello.p5js.org on Chrome Android Beta 37 with the WebGL flag enabled (which is the default setting), I see:
> Your browser doesn't appear to support WebGL or it isn't enabled. Visit get.…
-
The edges I get in Safari in iOS 8 are for some reason much nicer than edges I get on a Mac with Safari or Chrome with the same footage and settings.
Part of this is probably due to the denser retina…