💻 The desired frame rate of the sketch.
target frame rate
q5.draw = function () { background(0.8); textSize(64); text(getTargetFrameRate(), -35, 20);}; Copy
q5.draw = function () { background(0.8); textSize(64); text(getTargetFrameRate(), -35, 20);};
💻 The desired frame rate of the sketch.