Dan Schellenberg

Results 3 issues of Dan Schellenberg

Adds a [p5js](https://p5js.org/) directive, using [p5.js-widget](https://github.com/toolness/p5.js-widget). An example of the directive is: `.. p5:: first-demo :width: 400 :height: 400 :autoplay: function setup() { createCanvas(350, 300); } function draw() { background(255);...

help wanted

Without any prompting/instruction from me, my students try to drag/drop previously saved files onto the Reeborg window in their browser, and are confused as to why it doesn't "just open...

For beginning programmers, having p5js use the Friendly Error System (FES) by default is very useful for basic debugging. A description of the FES can be found at https://github.com/processing/p5.js/blob/main/contributor_docs/friendly_error_system.md These...