Fridge Poetry
This week I didn't have much time to work on a project, so I made something VERY quickly: A fridge poetry app.
I created a list of words with a count of how many of that word should be created, then rendered each of the words in a React-Flow graph.
The words are rendered in alphabetical order in columns of a set size to start, and then the user can drag them around to create their own poetry.
The words were vaguely inspired by the nature theme of haikus in Ghost of Tsushima, which is the main reason I didn't have time to work on a project this week.
If you'd like to try it out, the app can be found here and the code can be found here.
A haiku about the game
Wrapping Up
I didn't ONLY play Ghost of Tsushima this week, I did some research on effects using scrolling UVs and learned quite a bit about Three.js and its react wrapper, react-three-fiber. I'm excited to use this knowledge in a future project... but for now, I'm going to go back to playing Ghost of Tsushima.
See you next week!