editor.p5js.org Open in urlscan Pro
2606:4700:3031::ac43:a905  Public Scan

Submitted URL: http://editor.p5js.org/
Effective URL: https://editor.p5js.org/
Submission: On August 14 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Skip to Play Sketch


COOKIES

The p5.js Editor uses cookies. Some are essential to the website functionality
and allow you to manage an account and preferences. Others are not
essential—they are used for analytics and allow us to learn more about our
community. We never sell this data or use it for advertising. You can decide
which cookies you would like to allow, and learn more in our Privacy Policy.

Allow AllAllow Essential
 * 
 * File
   * New
   * SaveCtrl+S
   * Examples
 * Edit
   * Tidy CodeCtrl+Shift+F
   * FindCtrl+F
   * ReplaceCtrl+H
 * Sketch
   * Add FileCtrl+Alt+N
   * Add Folder
   * RunCtrl+Enter
   * StopShift+Ctrl+Enter
 * Help
   * Keyboard Shortcuts
   * Reference
   * About

 * English
   * বাংলা
   * Deutsch
   * English
   * Español
   * Français
   * हिन्दी
   * Italiano
   * 日本語
   * 한국어
   * Português
   * Svenska
   * Türkçe
   * Українська
   * اردو
   * 简体中文
   * 正體中文
 * Log in
 * or
 * Sign up

Auto-refresh
Winter tilapia


SKETCH FILES

 * Create folder
 * Create file

 * index.html
    * Rename
    * Delete

 * sketch.js
    * Rename
    * Delete

 * style.css
    * Rename
    * Delete

sketch.js
x
7



1


function setup() {

2

  createCanvas(400, 400);

3

}

4

​

5


function draw() {

6

  background(220);

7

}



 * There are no lint messages

Current lineline 1


CONSOLE

Clear



PREVIEW