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
Copy file name to clipboardExpand all lines: _curriculum/02-01-Intro.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ gallery: # Below is for including an image gallery
24
24
25
25
In [parameterized design](https://formandcode.com/code-examples/parameterize-chair), you are a conductor rather than an individual musician. Instead of producing a single design where you have to draw out all the details step by step, you are using code to create a set of parameters that generate a variety of results.
26
26
27
-
For this topic, you will create a mask generator using customized variables and the random() function. Plug the maximum/minimum values into the random() for each mask feature. The mask generator will create multiple variations of the mask through mouse or keyboard interactions. Test, iterate, and refine the parameters, paying close attention to details.
27
+
The kabuki theater in Japan uses highly expressive masks to illustrate different roles in the society. For this topic, you will reflect on your own background and design a mask generator using customized variables and the random() function. Plug the maximum/minimum values into the random() for each mask feature. The mask generator will create multiple variations of the mask through mouse or keyboard interactions. Test, iterate, and refine the parameters, paying close attention to details.
28
28
29
29
## Premise
30
30
Build a simple generator that makes multiple variations of the same mask.
@@ -54,6 +54,30 @@ on larger social, economic, and political structures, with evidence from credibl
54
54
### Grade 9~12
55
55
- Iterative design
56
56
57
-
## Unplugged Activities
57
+
## Warm-Up Exercises
58
+
Some options for unplugged exercises:
59
+
60
+
### Planning your Lost & Found Project
61
+
62
+
1. Draw Your Grid (5–10 mins)
63
+
1. Use your paper and pencil to draw a large square (around 4x4 inches).
64
+
1. Divide the square into a 20 x 20 grid with a ruler.
65
+
1. This will help you keep things lined up and make variations easier to compare.
66
+
67
+
1. Create Two Key Expressions (10 mins)
68
+
1. Using the [Wheel of Emotions](https://www.isu.edu/media/libraries/counseling-and-testing/documents/Wheel-of-Emotions-Handout-(3).pdf) as a reference and select two types of emotional expressions.
69
+
1. In the first square, draw a mask showing Expression 1 (e.g., inspired, courageous, respected).
70
+
1. In the second square, draw the same face showing Expression 2 (e.g., worried, overwhelmed, alienated).
71
+
72
+
1. Keep the features the same, but change features like:
73
+
1. Eyes: big, small, squinted
74
+
1. Mouth: smiling, frowning, open, closed
75
+
1. Eyebrows: raised, tilted, flat
76
+
77
+
1. Design the In-Between Faces (10–15 mins)
78
+
1. Now, imagine how the mask moves from the first expression to the second.
79
+
1. On a new piece of paper, draw 2–3 versions that mix parts of each expression. For example: a mask that’s just starting to frown, or eyes that are half-closed.
80
+
1. Observe & Reflect (5–10 mins)
81
+
1. Compare your key expressions. What changes the most between expressions? Which parts stay mostly the same? What combinations feel natural or interesting?
0 commit comments