Table of Contents

Destressing Images Design Process

By: Yuna Wu

List of the Process:

Design proposal for your destressing image project

Define

People are stressed out and they need something to help them relax. Too much stress can make people sick, whether it's a mental illness or a physical illness caused by stress. We want to let people who need to relax see the images we make to help people relax. We will put the distressing images we make on our own website, the lobby in CIT, and the Elderly daycare center. The research tells us that green and blue is the color that can help people relax the most. The lines that are soft like circles can let people relax. The shape like a triangle will let people feel nervous and dangerous because the lines are sharp. Fractal Patterns also can let people relax. Some examples include clouds, mountains, coastlines, cauliflowers, and ferns. Fractal Patterns are good, but if the patterns are too dense(密集), it will make people feel nervous and uncomfortable. Also, the images should be playful, but if it is too playful, then it will be too exciting(激動). When I think about Elderly Center, I think the elderly people in the Elderly Center might feel boring. The people in CIT lobby might feel too many people. The people in MRT Station might feel it is too many people and too crowded. Too solve this kind of problem, I think the images that we should make the things inside the image separate, but still have connection with each thing, and not boring.

Ideate

For images, I want my images is about ocean. You can see the 5 images that I find is all about ocean. I want to make a top view of ocean, and people can see the things in the ocean. The images will have some movement. The movement that the images will have is the wave of the ocean. When people touch the circuit, the wave of the ocean will come out. Also when people press the ocean, it will have the sound of ocean too. The color and shapes from our research might be useful to generate possible solutions. The color of ocean is blue, and there will be some tree beside the ocean. I will use svg.js to make the ocean and the tree part, and I will use hydra to add special effects to make the sea more like the sea.

Mood Board

References

Planning

Define

What is the exact problem? How clearly can we state the problem?

People are stressed out and they need something to help them relax. Too much stress can make people sick, whether it's a mental illness or a physical illness caused by stress.

人們的壓力過大,他們需要一些方法能幫助他們放鬆。壓力過大會使人們生病,不管是心理上的疾病,又或是因為壓力而造成的生理上的疾病。

Who are the clients?

Where will this be used? Brainstorm a list… at least we will use it in the elderly assisted living facility and the lobby of CIT.

What does our research tell us?

Color:

Shapes:

Fractal Pattern:

What are the important tensions or conflicts?

What are the especially surprising points that arose from the empathizing exercise?

Elderly Center:

CIT Lobby:

MRT Station:

Do we have any insights into the problem?

Ideate

Brainstorm as many ideas for solving the problem as possible.

What ideas from our research might be useful to generate possible solutions?

How could someone interact with your design?

How will you use SVG.js? How will you use Hydra? What other image-making tools would you like to use?

svg.js:

Hydra:

How can we interact with this through coding while it's running?

How will you use circuits and sensors to enhance your design?

Mood Board

Sketches

💚🌊

☀️🌷

☀️🌊

Wave of Ocean🌊

//wave of ocean
noise(10, 0.1)
  .color(0,3,5)
.modulateScrollY(osc(20),0.3,0)
  .out(o0)

Stars⭐️

// stars
  voronoi(80,3,10).color(2, 3, 5)
    .out(o0)

Flowers🌷

//flowers
  voronoi(50,3,5).color(4, 3, 5)
      .scrollY(0.5,-0.1)
      .out(o0)

Feedback from classmate

Click here to see Google Doc. Version

Sky / Heart Ocean:

Flower:

Wave Ocean:

Conclusion:

First Prototypes

🐥⛵️🌊

🐣🐬🌊

🐬🐢⛵️

🌊

s0.initScreen()
src(s0)
.mask(noise(10, 0.1))
.modulateScrollY(osc(20), 0.3, 0)
  .out(o0)

Feedback from classmate

Zoey:

Yiler:

Steve:

Second Prototypes

Dark Blue

Light Blue

Purple

Light Bule with Balloon

Wave🌊

s0.initScreen()
src(s0)
.add(noise(10, 0.1), 0.01)
  //.color(0,3,5)
.modulateScrollY(osc(20),0.1,0)
  .out(o0)

Kaleid

s0.initScreen()
src(s0)
.add(osc(25,-0.1,0.5))
.kaleid(30)
.out(o0)

Pixelate

s0.initScreen()
src(s0)
  .pixelate(20,20)
  .out(o0)

Feedback from classmate

Zoey:

  1. For each of the two prototypes:
    1. describe the two most important points that make the prototype relaxing;
      1. The wave is very relaxing it is smooth and soft. The gradient is excellent.
      2. The boat is moving with the wave it looks cool and relaxing.
    2. describe the two most important points that should be changed in order to make it more relaxing;
      1. I think you can let the seagulls move so it will not look like it is dying.
      2. The seagulls look like an “r” and the position of the seagulls is too unanimous.
      3. The boat is moving with the wave sometimes it cooks cool but sometimes it looks deformity.
  2. Choose from the two prototypes the one that is the most relaxing and explain why you feel so.
    1. 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:

  1. Removing the dolphin made the art style more consistent
  2. The brighter color for the ocean is also relaxing
  3. it might be more relaxing if the black edges on the sides are removed
  4. The hot air balloon is in a different art style, and that looks a little bit weird
  5. Keep the fullscreen one that has the wavy effect and SVG.js image

Steve:

  1. First prototype:
    1. I liked the color of the ocean and color of the background.
    2. I feel like the seagulls and the boat could look better.
  2. Second prototype:
    1. I like the wave effect on everything in the ocean and how the boat rocked.
    2. I felt weird when the sun and the sky was also moving like the ocean.
  3. Verdict: The second prototype is more interesting.