brandon-chen-generative

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
brandon-chen-generative [2021/06/20 18:22] – created brandon.chenbrandon-chen-generative [2021/06/29 01:27] (current) renick
Line 1: Line 1:
 ====== Brandon Chen's crazyDog.js ====== ====== Brandon Chen's crazyDog.js ======
 +by [[brandon-chen|Ben]]
  
 <HTML> <HTML>
-<iframe src="https://editor.p5js.org/brandon.chen/present/gXtXA_QbF" width=99% height=799px></iframe>+<iframe src="https://editor.p5js.org/renick/present/WIPG3NmFV" width=99% height=799px></iframe>
 </HTML> </HTML>
  
-This is my crazyDog.js. I've been working on it all semester. The hardest thing was to learn how to animate the dogs. I'm proud of it because I have never coded anything before so I feel like I accomplished a lot from doing this. The code for my artwork is below. It's licensed as Creative Commons XXXXX.+===== about my crazyDog.js ===== 
 + 
 +This is my crazyDog.js. I've been working on it all semester. The hardest thing was to learn how to animate the dogs. I'm proud of it because I have never coded anything before so I feel like I accomplished a lot from doing this. The code for my artwork is below.  
 + 
 +The animation code is released under the [[https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html|GNU Lesser General Public License v2.1]] 
 + 
 +===== the code for my crazyDog.js =====
  
 <Code:js> <Code:js>
Line 18: Line 25:
 let speed = 0.1 let speed = 0.1
 function setup() { function setup() {
-  createCanvas(1800, 780); +createCanvas(1800, 780); 
-  dogeColor = random(255) +dogeColor = random(255) 
-  cloudColor = random(255)+cloudColor = random(255)
 } }
  
Line 171: Line 178:
   }   }
 } }
 +</Code>
  
  • brandon-chen-generative.1624238552.txt.gz
  • Last modified: 2021/06/20 18:22
  • by brandon.chen