Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
yuna-wu-destressing-design-process [2023/01/30 19:37] – yuna.wu | yuna-wu-destressing-design-process [2023/01/30 21:54] (current) – [Second Prototypes] yuna.wu | ||
---|---|---|---|
Line 255: | Line 255: | ||
=== Light Bule with Balloon === | === Light Bule with Balloon === | ||
{{:: | {{:: | ||
+ | |||
+ | === Wave🌊 === | ||
+ | < | ||
+ | s0.initScreen() | ||
+ | src(s0) | ||
+ | .add(noise(10, | ||
+ | // | ||
+ | .modulateScrollY(osc(20), | ||
+ | .out(o0) | ||
+ | </ | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | === Kaleid === | ||
+ | < | ||
+ | s0.initScreen() | ||
+ | src(s0) | ||
+ | .add(osc(25, | ||
+ | .kaleid(30) | ||
+ | .out(o0) | ||
+ | </ | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | === Pixelate === | ||
+ | < | ||
+ | s0.initScreen() | ||
+ | src(s0) | ||
+ | .pixelate(20, | ||
+ | .out(o0) | ||
+ | </ | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | === Feedback from classmate === | ||
+ | |||
+ | __**Zoey: | ||
+ | - For each of the two prototypes: | ||
+ | - describe the two most important points that make the prototype relaxing; | ||
+ | - The wave is very relaxing it is smooth and soft. The gradient is excellent. | ||
+ | - The boat is moving with the wave it looks cool and relaxing. | ||
+ | - describe the two most important points that should be changed in order to make it more relaxing; | ||
+ | - I think you can let the seagulls move so it will not look like it is dying. | ||
+ | - The seagulls look like an “r” and the position of the seagulls is too unanimous. | ||
+ | - The boat is moving with the wave sometimes it cooks cool but sometimes it looks deformity. | ||
+ | - Choose from the two prototypes the one that is the most relaxing and explain why you feel so. | ||
+ | - I think Yuna can keep the first Hydra prototypes, Compare with the other two I think the first Hydra prototype is the most relaxing one. | ||
+ | |||
+ | __**Yiler: | ||
+ | - Removing the dolphin made the art style more consistent | ||
+ | - The brighter color for the ocean is also relaxing | ||
+ | - it might be more relaxing if the black edges on the sides are removed | ||
+ | - The hot air balloon is in a different art style, and that looks a little bit weird | ||
+ | - Keep the fullscreen one that has the wavy effect and SVG.js image | ||
+ | |||
+ | __**Steve: | ||
+ | - First prototype: | ||
+ | - I liked the color of the ocean and color of the background. | ||
+ | - I feel like the seagulls and the boat could look better. | ||
+ | - Second prototype: | ||
+ | - I like the wave effect on everything in the ocean and how the boat rocked. | ||
+ | - I felt weird when the sun and the sky was also moving like the ocean. | ||
+ | - Verdict: The second prototype is more interesting. | ||