Hello @brightbeam
That sounds about right; the empty example is just that. Empty. Open up
sketch.js
in a text editor, and you will see:
function setup() {
// put setup code here
}
function draw() {
// put drawing code here
}
For something to appear, you will have to actually write some code. Maybe there’s an example early on in the book you can type into sketch.js
?