javascript - p5.js: Let the computer draw something - Stack Overflow
I would like to let the computer draw something. It should look like a human is drawing something on a paper, with random values.
This is my try:
function setup() {
createCanvas(500, 500);
js-scribble is an interactive browser-based coding environment that allows you to write and execute JavaScript code in a notebook-like interface. It is similar to Jupyter Notebook but specifically designed for JavaScript programming. The environment utili. Latest version: 3.0.2, last published: a year ago. Start using js-scribble in your project by running `npm i js-scribble`. There are no other projects in the npm registry using js-scribble.
In this video , I have made kaleidoscope patterns using simple code . in this tutorial you will learn about colorMode(), scale() and slider(). Link to the pr...