Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
yuna-wu-destressing-design-process [2023/01/30 19:37] yuna.wuyuna-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 ===
 {{::yuna-second-prototypes-ballon-version.png?800|}} {{::yuna-second-prototypes-ballon-version.png?800|}}
 +
 +=== Wave🌊 ===
 +<code/>
 +s0.initScreen()
 +src(s0)
 +.add(noise(10, 0.1), 0.01)
 +  //.color(0,3,5)
 +.modulateScrollY(osc(20),0.1,0)
 +  .out(o0)
 +</code>
 +
 +{{::yuna-second-prototypes-wave.png?800|}}
 +
 +=== Kaleid ===
 +<code/>
 +s0.initScreen()
 +src(s0)
 +.add(osc(25,-0.1,0.5))
 +.kaleid(30)
 +.out(o0)
 +</code>
 +
 +{{::yuna-second-prototypes-kaleid.png?800|}}
 +
 +=== Pixelate ===
 +<code/>
 +s0.initScreen()
 +src(s0)
 +  .pixelate(20,20)
 +  .out(o0)
 +</code>
 +
 +{{::yuna-second-prototypes-pixelate.png?800|}}
 +
 +=== 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.
  
  • yuna-wu-destressing-design-process.1675136237.txt.gz
  • Last modified: 2023/01/30 19:37
  • by yuna.wu