diff --git a/_data/repositories.yml b/_data/repositories.yml index 06d86d7d..fa6885d7 100644 --- a/_data/repositories.yml +++ b/_data/repositories.yml @@ -14,4 +14,3 @@ module_one_repo: module_two_repo: - chloeho7/triangle-world-game - diff --git a/_projects/triangle.md b/_projects/triangle.md index 1353bd40..5433bb12 100644 --- a/_projects/triangle.md +++ b/_projects/triangle.md @@ -13,7 +13,6 @@ giscus_comments: true {% for repo in site.data.repositories.module_two_repo %} {% include repository/repo.liquid repository=repo %} {% endfor %} {% endif %} - Every project has a beautiful feature showcase page. It's easy to include images in a flexible 3-column grid format. Make your photos 1/3, 2/3, or full width. @@ -29,11 +28,11 @@ To give your project a background in the portfolio page, just add the img tag to #### Artistic Vision -The assignment given was to create a generative art installation that runs on the ESP32 TTGO T-Display with a valentine's day theme to be displayed in the envelope as shown. +The assignment given was to create a generative art installation that runs on the ESP32 TTGO T-Display with a valentine's day theme to be displayed in the envelope as shown. This work was largely inspired by [The Catacombs of Solaris](https://ianmaclarty.itch.io/catacombs-of-solaris-original) and Kalidescopes. -I choosed to use Lana Del Rey lyrics because she is my favorite artist and many lyrics seem to be talking to a lover which corresponds to the envelope in the installation. +I choosed to use Lana Del Rey lyrics because she is my favorite artist and many lyrics seem to be talking to a lover which corresponds to the envelope in the installation. I choosed to use hearts and rainbows to represent my personal experiences with love being shaped by queerness. There are three main parts presented in the visual display. In the first part, tiny hearts flood the screen and are randomly colored and placed to represent the unexpectedness and the rush of early stages of love. The second part features a rush or rainbow and Lana Del Rey lyrics related to falling in love and being in love and a heart randomly moving around the screen representing happiness and excitement. The final part features a beating heart and lyrics related to sadness and loss appear. The heart beat slows down and finally the heart breaks and lowers down the screen while the screen dims to black and becomes dormant before repeating the cycle. @@ -47,7 +46,6 @@ Creating the breaking heart was one of the more challenging animations because t Working with the lyrics which are of varaible length was also challenging. Since I wanted the lyrics to display in a more random placement rather than from the top of the screen to the bottom, I used two lists, a list of lyrics and a list of coordinates, where the index of each list represented the order the lyrics were to be displayed. To do this I initially worked from top to bottom to figure out the coordinates for each lyrics with respect to all the others and then shuffled the contents of both lists so the index of the lyric list and the coordinate list coresponded. While the process of testing and adjusting was not necessarily challenging or complex it was tedious due to the time neeeded to upload to the ESP32. -