Skip to content

Instantly share code, notes, and snippets.

@indefinit
Created March 24, 2026 18:34
Show Gist options
  • Select an option

  • Save indefinit/ec2b02e06928c5d9117e265dff7d6eaa to your computer and use it in GitHub Desktop.

Select an option

Save indefinit/ec2b02e06928c5d9117e265dff7d6eaa to your computer and use it in GitHub Desktop.
p5js millis() example
function draw() {
let t = millis();
console.log("Time elapsed: " + t + "ms");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment