Projects
Year in Pixels Creator
A journaling web app for keeping track of your mood throughout the year through colors. Each day, you put in a color representing how the day went and write a note about it. At the end of the year, you have a grid full of colors representing your entire year in a colorful board of pixels.
Lilypad
My collection of notes throughout college, including a custom Markdown compiler, a VSCode extension for previewing and browsing notes, and a website for hosting the notes online.
Golf Parameter Solver
A simulation tool that launches up to tens of thousands of golf shots with varying power, pitch, and yaw to analyze the game of golf and visualize exactly which golf shots would go in for a randomly generated terrain.
Pure Pursuit Visualizer
An interactive implentation of the adaptive pure pursuit algorithm for path following that allows the user to customize the path and parameters to visualize. Originally made for my high school robotics team to test the code and also learn more about the limitations of the algorithm.