You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Please continue working on extending and mutating this into a new direction! We will share each other'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'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>
409
420
<hr>
410
421
<p><ahref="https://codepen.io/grrrwaaa/pen/jOXYdMd?editors=0010">past version 1</a></p>
411
422
<p><ahref="https://codepen.io/grrrwaaa/pen/aagQzY?editors=0010">past version 2</a></p>
412
423
<hr>
413
-
<p>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. </p>
414
424
<p>Some rules of thumb while coding:</p>
415
425
<ul>
416
426
<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's focus on behaviour first.</p>
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
+
382
392
---
383
393
384
394
[past version 1](https://codepen.io/grrrwaaa/pen/jOXYdMd?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.
391
-
392
400
Some rules of thumb while coding:
393
401
394
402
- 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