daniel-ho-generative

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
daniel-ho-generative [2021/06/28 05:40] daniel.hodaniel-ho-generative [2021/06/29 01:30] (current) renick
Line 1: Line 1:
 ====== Daniel Ho's crazyDog.js ====== ====== Daniel Ho's crazyDog.js ======
 +
 +[[daniel-ho|by Daniel]]
  
 <HTML> <HTML>
-<iframe src="https://editor.p5js.org/daniel.ho/present/G-DjDRMYQ" width=99% height=799px></iframe>+<iframe src="https://editor.p5js.org/renick/present/CFQiYy25R" width=99% height=799px></iframe>
 </HTML> </HTML>
  
Line 8: Line 10:
  
 This is my crazyDog.js. I've been working on it all semester. I think the hardest thing was that I need to make the loop function slower. For example, if I draw a dog, and loop it 10 times, it only need 5 second, but now i want it to draw ten dogs but use 10 second. The thing that im proud of is that I found out that if I let the website lag enough, I cant let the loop get slower(dont try it, it might let your computer crash....). The code for my artwork is below.  This is my crazyDog.js. I've been working on it all semester. I think the hardest thing was that I need to make the loop function slower. For example, if I draw a dog, and loop it 10 times, it only need 5 second, but now i want it to draw ten dogs but use 10 second. The thing that im proud of is that I found out that if I let the website lag enough, I cant let the loop get slower(dont try it, it might let your computer crash....). 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 ===== ===== the code for my crazyDog.js =====
Line 13: Line 17:
 <Code:js> <Code:js>
  
-**function setup() {+function setup() {
   createCanvas(1800,780);   createCanvas(1800,780);
   background(0)   background(0)
Line 91: Line 95:
   }   }
    
-}** +}
  
  
  • daniel-ho-generative.1624884051.txt.gz
  • Last modified: 2021/06/28 05:40
  • by daniel.ho