Built an application using Unity that allows users to paint a design into a canvas. When creating a new project, users can choose either a new blank canvas or they can upload an image. After the project is created users can add or remove rows and columns. The last eight used colors are shown in the color history. Colors can be saved to a color palette. There are tools for panning, zooming in and out, and filling an area with the selected color. The design, color history, and the color palette are saved to a JSON file per project.
Android Tool is an application for MacOS that can detect connected Android devices and pull information from them. This information includes log data, screenshots, and screen recordings. This project started in order to make compiling log data from Android devices simpler. It was developed using Node.js with the electron module.