top of page
Creative Coding
Below are some of my creative coding projects created with p5.js in Visual Studio Code. Scroll to read more!

Project: Digital Personalized Cassette Tape
I created this digital cassette as part of an assignment for the class Advanced Creative Coding at UT. The cassette pulls two random songs from an array and visualizes the song on a cassette, with moving disks and audio visualizers that the user can trigger. There are also Audio effects that can be put into effect by the user.

Note: Code not fully on Github yet, working on uploading it from VS Code
Project: Interactive Storytelling Website
This project was created for a User Interaction Design class at UT, in which I designed an interactive story where users can "fix" famous tragic endings in literature. It features all my original art.

Project: Game of Life Simulator
This project was created for Advanced Creative Coding and is an implementation of the Game of Life algorithm by John Conway with cellular automata, where a grid is composed of individual cells that change state depending on the cells around them. The user can place individual cells, and then play the simulation to watch cells react. The colors can also be changed, and generations can be played one at a time.

Note: Code not on Github yet, working on uploading it from VS Code
bottom of page