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 23:28] – renick | daniel-ho-generative [2021/06/29 01:30] (current) – renick | ||
---|---|---|---|
Line 4: | Line 4: | ||
< | < | ||
- | <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 animation code is released under the [[https:// | ||
Line 17: | Line 17: | ||
< | < | ||
- | **function setup() { | + | function setup() { |
createCanvas(1800, | createCanvas(1800, | ||
background(0) | background(0) | ||
Line 95: | Line 95: | ||
} | } | ||
- | }** | + | } |