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/27 07:09] – sharon.chou | 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=" |
</ | </ | ||
===== about my crazyDog.js ===== | ===== about my crazyDog.js ===== | ||
- | This is my crazyDog.js. I've been working on it all semester. | + | This is my crazyDog.js. I've been working on it all semester. |
+ | |||
+ | 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: | ||
} | } | ||
- | }** | + | } |