"When Tsang Chieh created Chinese characters, corn fell, and ghosts cried. When hypocrisy arises, smarty-pants will use wisdom to frighten the public".
Writing might be a divine gift. However, ancient Chinese philosophers believed that the creation of Chinese characters was not only a means of remembrance but also an easy way for wise men to use writing to fool and control the common people. On the other side of the earth, Maya rulers used the script to glorify their authority and sanctity. They consolidated their position and maintained power through the written word. Are words a tool to convey information or a reality shaper?
By tracking down the principles of ancient Chinese character formation, I disassemble and reconstruct the Chinese characters in the ancient poem " Quiet Night Thoughts" through Mayanization. As one of the most famous poems in China, Li Bai, a poet, used twenty Chinese characters to express his nostalgia. By combining Mayan characters, which convey political ideology, and ancient poetry expresseing the poet's personal feelings, I hope to use this work to glimpse the complex interweaving of personal emotions and power in ancient civilizations, exploring the profound meanings carried by ideograms.
I retraced the evolution of the Chinese characters and investigated the background, structure, and component meaning of each character. I reconstructed them following the Mayan glyph structure, writing sequence, and font style. The new script was designed to be engraved on movable type printing blocks symbolizing Chinese culture and incorporated the imagery of the Mayan stele.
The following is a basic flow chart of the code running. The picture clearly shows the process and principle of the code running, so I will not show its flow one by one. Chronologically, I first thought of a few basic functions, including mouse movement, click, drag and etc., constructed the initial framework of the code. After the framework was built, I then filled in the details and adapted the code step by step.
Let's talk about the issues we encountered. The whole programming is a big issue, for example, when the mouse is dragged, the current logic always updates the mouse position to the center of the image. I tried to solve this problem by geometric calculation, for example, calculating the (x,y) distance between the mouse and the center of the image at the time of clicking, but this change means the whole logic needs to be modified, so it's no good. Another problem is when loading images, I tried to use a for loop to load 24 images into the array at once, but no matter how I adjusted it, it didn't work, so I had to give up due to time considerations.
During my working for this project, I received a lot of supports. I would like to express my gratitude to:
Runoob Programming
Thanks to this website for providing detailed tutorials and code examples, which allowed me to quickly master JavaScript programming skills, including the use of arrays and functions.
ChatGPT
Thanks to ChatGPT. Whenever I encountered bugs, I would share the confusing error codes, and it would explain the reasons in detail. Additionally, it introduced me to the use of the ternary operator on line 246 and guided me on how to reduce the length of the image arrangement section, which significantly shortened my code and improved its running speed.
National Museum of Anthropology, Mexico City, Mexico
Thanks to the National Museum of Anthropology in Mexico City. Their exhibition on Maya writing provided profound inspiration and insights for my design. I took a lot of pictures here.
Alex, Learning Assistant, NYU Shanghai
I would like to thank Alex for her patient guidance. During the midterm, she taught me how to use GitHub, which was very helpful and enabled me to independently operate GitHub and publish my webpage for the final project.
MAYDAY 五月天
Thanks to the great band MAYDAY. I am grateful to lyricist Chen Xinhong, composer Shi Jinhang, guitarist Wen Shangyi, bassist Cai Shengyan, drummer Liu Yanming, chorister Zhang Zhixing, and all the behind-the-scenes staff. Their song "仓颉" laid the foundation for the entire art piece and inspired me to delve into deeper reflections about humanity, life, and death. They taught me to create works that can touch hearts, using this small power to influence more people, encouraging them to become better teachers, better businessmen, better lawyers, and better civil servants, thus changing more people and gradually pushing for greater transformation.
I would like to express my sincere gratitude to them. It is through their support and inspiration that this project has been successfully completed.