top of page

​September

 1      2      3      4      5     6     7

        9     10     11     12    13     14

        16    17     18    19    20    21   

        23   24   25   26    27    28

        30

15

2025

Reading response

This week’s materials helped me rediscover the importance of “accumulation,” “visualization,” and “habit” in the creative process. “The Miseducation of the Doodle” broke my stereotype of doodling and showed me that it is also a thinking tool that can help focus and organize information. While reading, I thought of the evolution of oracle bone inscriptions and the notes of simultaneous interpreters. Oracle bones were immediate carvings of events, times, weather, animals, and other information about the world. They were not systematic at first but gradually developed structures and grammar through long periods of recording and accumulation. Likewise, in simultaneous interpretation, interpreters do not write full sentences but use symbols, abbreviations, and diagrams to quickly capture the core and logic of information, and then rely on these notes to reconstruct and re-express complex content.

 

“I Walk Into a White Room” describes the anxiety and fear creators feel when facing the blank page. One sentence struck me deeply: “Some people find this moment—the moment before creativity begins—so painful that they simply cannot deal with it.” I strongly relate to this—before starting a new design or writing project, I often feel the same anxiety, afraid my draft will not look good or my first attempt will be immature, so I hesitate to begin. “Sketching: the Visual Thinking Power Tool also explains that the true value of doodling and sketching lies in rapid exploration, communication, and iteration rather than in achieving perfect aesthetics. Using doodles or sketches to externalize ideas first can lower the threshold and break psychological barriers. This advice seems to give me a way to start acting with more courage in the “blank moment.”

50 shades

​basic info

Pink Poppy Flowers
73a1d2a4165b83b8433f3264fb02e226.png

Brainstorm

NAME

category

breed

​age

fafa

cat

​domestic short hair 

4

physical

- drawing -

-

  • 01 contour drawing

    9d0dc90624c60e560d1a3d92502afd78_edited.jpg
  • 02 charcoal

    4bb93f28a963d403d8cf92ecf01aa7ac_edited.jpg
  • 03 watercolor

    dcad04da9212f101159b2ad2adb86ce8.jpg
  • 04 acrylic

    d031e47c8ff62c9adf3c7940ac7c2e0d.jpg
  • 05 marker

    9b6861ceb376a72bd69af70c68ce932b.jpg
  • 06 crayon

    c8068f836b9d8b0c7250b03c82959eb9.jpg
  • 07 English letters

    08 Characters

    823ad916c9cff28457f6967702afbada_edited.jpg
  • 09 printmaking

    10 color pencil

    58af7b48329225ab0617411280b2dcb9.jpg

- material -

-

  • 11 collage

    031012d6c733730d077521a60df05c14.jpg
  • 12 wollen yarn

    3610245b2f6452d2ce21948731eb9a89.jpg
  • 13 wire

    4109f8ca893572f5c2e6496b526c2ea5_edited.jpg
  • 14 plasticine

    46950d5f2d988f31606a8f62eb9a70ab.jpg
  • 15 wool felt

    6914ce39ce5477503be563c60c22484b.jpg
  • 16 toothpick

    3ff9d967ff7754dd7abdad76e15dd975.jpg
  • 17 seal

    7aab81ee31b9a255da17c19ddba42cf0.jpg
  • 18 fabric

    0dd8a0f02de124ea6c8d26b826af41a0_edited.jpg
  • 19 paper fold

    c5f6b62ff47e78d7130b78ca95b1cfb5.jpg
  • 20 sugar

    e04c88f7f111427f454b768465973ee6.jpg

digital

- 2D -

- drawing -

  • 21 Graffiti

    微信图片_20250922071411_154_31.jpg
  • 22 chinese

    微信图片_20250922071359_146_31.jpg
  • 23 japanese

    微信图片_20250922071408_152_31.jpg
  • 24 pixel

    微信图片_20250922071404_149_31.jpg
  • 25 icon

    微信图片_20250922071406_150_31.jpg
  • 26 Geometry

    微信图片_20250922071402_148_31.jpg
  • 27 Glitch art

    微信图片_20250922071407_151_31.jpg
  • 28 pop art

    微信图片_20250922071401_147_31.jpg
  • 29 photo

    30 black / white

    31 reverse

    微信图片_20250922071354_144_31.jpg
    微信图片_20250922071353_143_31.jpg
    微信图片_20250922071344_142_31.jpg
  • 32 personification

    微信图片_20250922071409_153_31.jpg
  • 33 video

  • 34 shadow

  • 35 cinemagraph

- 3D -

- drawing -

  • 36 modeling

    37 outline

    38 net

    39 colorful

    40 2D texture

    41 metal

    42 ceramic

    f8a927775f9a77e7bd81bdff9d0c5661.png
    微信图片_20250921183359_115_31.png
    微信图片_20250921183225_113_31.png
    微信图片_20250921183152_110_31.png
    微信图片_20250921183152_109_31.png
    微信图片_20250921183153_112_31.png
    微信图片_20250921183153_111_31.png
  • 43 Javascript

    function setup() {
      createCanvas(620, 400);
      noLoop();            
    }

    function draw() {
      background(245);

      let fur = color(230, 180, 130);
      let earIn = color(255, 210, 210);

      noStroke();
      fill(fur);
      ellipse(330, 260, 220, 130); 
      ellipse(400, 290, 70, 50);
      ellipse(330, 310, 120, 24);

      ellipse(430, 245, 70, 22);

      ellipse(260, 180, 100, 100);

      triangle(220, 140, 240, 110, 250, 150);
      triangle(270, 150, 285, 110, 300, 145);

      fill(earIn);
      triangle(226, 145, 240, 120, 246, 148);
      triangle(276, 148, 286, 122, 295, 145);

      fill(30);
      ellipse(240, 180, 10, 10);
      ellipse(280, 180, 10, 10);

      fill(240,120,120);
      triangle(260, 188, 254, 198, 266, 198);

      stroke(60);
      strokeWeight(2);
      line(254, 202, 246, 206);
      line(266, 202, 274, 206);

      line(228, 188, 200, 184);
      line(228, 194, 198, 194);
      line(228, 200, 202, 206);

      line(292, 188, 320, 184);
      line(292, 194, 322, 194);
      line(292, 200, 318, 206);
    }

    屏幕截图 2025-09-21 193502.png

functional

- drawing -

  • 44 flashlight

    ff843d77be8e1ab74ff20841fe3a1f10.jpg
  • 45 rabbit

    276cf441dd418d26a095d0ec6e22b1a1.jpg
  • 46 Woolen material manufacturer

  • 47 pillow

  • 48 open package

  • 49 rag

  • 50 massager

bottom of page