Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
daniel-ho-generative [2021/06/28 05:40] – daniel.ho | daniel-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]] | ||
< | < | ||
- | <iframe src=" | + | <iframe src=" |
</ | </ | ||
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:// | ||
===== the code for my crazyDog.js ===== | ===== the code for my crazyDog.js ===== | ||
Line 13: | Line 17: | ||
< | < | ||
- | **function setup() { | + | function setup() { |
createCanvas(1800, | createCanvas(1800, | ||
background(0) | background(0) | ||
Line 91: | Line 95: | ||
} | } | ||
- | }** | + | } |