Basic MicroSim Prompts
Basic Prompt
Prompt
Please generate a p5.js sketch. Only generate the sketch.js file. Do not generate the html file. The sketch must simulate...
Prompts with Drawing and Control Regions
Prompt
Please generate a p5.js sketch.
Only generate the sketch.js file.
Do not generate the html file.
The sketch should have two regions of equal width on the canvas.
The top region is the drawing area.
The bottom region is the controls area.
All drawing should be done in the drawing region of the canvas.
All controls should be placed on the bottom controls region of the canvas.
The input range controls are...
The buttons are ...
The sketch must simulate...
Responsive Prompts
Prompt
Please generate a p5.js sketch.
Only generate the sketch.js file.
Do not generate the html file.
The sketch should have two regions of equal width on the canvas.
The top region is the drawing area.
The bottom region is the controls area.
All drawing should be done in the drawing region of the canvas.
All controls should be placed on the bottom controls region of the canvas.
Use the responsive-design.js template.