Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
grrrwaaa committed Sep 27, 2024
1 parent 111d29a commit 8745549
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,11 +406,21 @@ <h2 id="reproducing-curlyyellowtail">Reproducing Curly/Yellowtail</h2>
<p>And here&#39;s the final code we ended up with, with a couple of little refinements added:</p>
<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>

<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>
<ul>
<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>
<li>Each segment holds a relative change. Can we do something interesting with that?</li>
<li>Are there more interesting things we could do with the boundaries?</li>
<li>Should segments continue forever? </li>
<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>
<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>
<li>How about time -- is there a way to synchronize them to an underlying meter, for example?</li>
<li>Or if you want to try to figure it out, how would you add sound to each line?</li>
</ul>
<hr>
<p><a href="https://codepen.io/grrrwaaa/pen/jOXYdMd?editors=0010">past version 1</a></p>
<p><a href="https://codepen.io/grrrwaaa/pen/aagQzY?editors=0010">past version 2</a></p>
<hr>
<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>
<p>Some rules of thumb while coding:</p>
<ul>
<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>
Expand Down
12 changes: 10 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,16 @@ And here's the final code we ended up with, with a couple of little refinements

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

Please continue working on extending and mutating this into a new direction! We will share each other's codepens in the next class.
- 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?
- Each segment holds a relative change. Can we do something interesting with that?
- Are there more interesting things we could do with the boundaries?
- Should segments continue forever?
- 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?
- 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?
- How about time -- is there a way to synchronize them to an underlying meter, for example?
- Or if you want to try to figure it out, how would you add sound to each line?

---

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

---

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.

Some rules of thumb while coding:

- 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.
Expand Down

0 comments on commit 8745549

Please sign in to comment.