Skip to content

Commit 8745549

Browse files
committed
updates
1 parent 111d29a commit 8745549

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,11 +406,21 @@ <h2 id="reproducing-curlyyellowtail">Reproducing Curly/Yellowtail</h2>
406406
<p>And here&#39;s the final code we ended up with, with a couple of little refinements added:</p>
407407
<p class="codepen" data-height="520" data-default-tab="js,result" data-user="grrrwaaa" data-slug-hash="vYoOLqL?editors=0010" data-preview="true"><span><a href="https://codepen.io/grrrwaaa/pen/vYoOLqL?editors=0010">Open pen.</a></span></p><script async src="https://static.codepen.io/assets/embed/ei.js"></script>
408408

409+
<p>Please continue working on extending and mutating this into a new direction! We will share each other&#39;s codepens in the next class. </p>
410+
<ul>
411+
<li>We talked about how these lines are still fairly passive, as they just follow the series of instructions given to them by the initial gesture. How could they become a bit more autonomous?</li>
412+
<li>Each segment holds a relative change. Can we do something interesting with that?</li>
413+
<li>Are there more interesting things we could do with the boundaries?</li>
414+
<li>Should segments continue forever? </li>
415+
<li>Each segment holds a relative time, but we aren&#39;t really using that in the animation yet. E.g. if you pause mid-gesture, then continue, the animated line moves but it does not have a pause. Can you figure out how to fix that?</li>
416+
<li>There was a good suggestion in class: with multiple lines, they are not aware of each other. Is there a way that they could be?</li>
417+
<li>How about time -- is there a way to synchronize them to an underlying meter, for example?</li>
418+
<li>Or if you want to try to figure it out, how would you add sound to each line?</li>
419+
</ul>
409420
<hr>
410421
<p><a href="https://codepen.io/grrrwaaa/pen/jOXYdMd?editors=0010">past version 1</a></p>
411422
<p><a href="https://codepen.io/grrrwaaa/pen/aagQzY?editors=0010">past version 2</a></p>
412423
<hr>
413-
<p>Please continue working toward reconstruction of one of Golan Levin&#39;s thesis projects; or better still, to extend and mutate it into a new direction! We will share each other&#39;s codepens in the next class. </p>
414424
<p>Some rules of thumb while coding:</p>
415425
<ul>
416426
<li><p>Use the simplest limits you can -- e.g. limiting yourself to drawing only black lines. More colour, shape and style variations can always be added later. Let&#39;s focus on behaviour first.</p>

index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,16 @@ And here's the final code we ended up with, with a couple of little refinements
379379

380380
https://codepen.io/grrrwaaa/pen/vYoOLqL?editors=0010
381381

382+
Please continue working on extending and mutating this into a new direction! We will share each other's codepens in the next class.
383+
- We talked about how these lines are still fairly passive, as they just follow the series of instructions given to them by the initial gesture. How could they become a bit more autonomous?
384+
- Each segment holds a relative change. Can we do something interesting with that?
385+
- Are there more interesting things we could do with the boundaries?
386+
- Should segments continue forever?
387+
- Each segment holds a relative time, but we aren't really using that in the animation yet. E.g. if you pause mid-gesture, then continue, the animated line moves but it does not have a pause. Can you figure out how to fix that?
388+
- There was a good suggestion in class: with multiple lines, they are not aware of each other. Is there a way that they could be?
389+
- How about time -- is there a way to synchronize them to an underlying meter, for example?
390+
- Or if you want to try to figure it out, how would you add sound to each line?
391+
382392
---
383393

384394
[past version 1](https://codepen.io/grrrwaaa/pen/jOXYdMd?editors=0010)
@@ -387,8 +397,6 @@ https://codepen.io/grrrwaaa/pen/vYoOLqL?editors=0010
387397

388398
---
389399

390-
Please continue working toward reconstruction of one of Golan Levin's thesis projects; or better still, to extend and mutate it into a new direction! We will share each other's codepens in the next class.
391-
392400
Some rules of thumb while coding:
393401

394402
- Use the simplest limits you can -- e.g. limiting yourself to drawing only black lines. More colour, shape and style variations can always be added later. Let's focus on behaviour first.

0 commit comments

Comments
 (0)