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/27 07:09] sharon.choudaniel-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>
  
 ===== about my crazyDog.js ===== ===== about my crazyDog.js =====
  
-This is my crazyDog.js. I've been working on it all semester. The hardest thing was making the animation look good. I'proud of it because I've never said that I am proud of it. 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 slowerFor example, if 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 found out that if 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.1624802955.txt.gz
  • Last modified: 2021/06/27 07:09
  • by sharon.chou