Canvas: Art Tools Program

As part of my Fundamentals of Computing I final project, my team and I decided to essentially recreate the Microsoft application called paint. Using C programming, we created a GUI that allows the user to creatively explore on a blank canvas. There is a sidebar on the GUI that allows the user to choose various painting tools and colors.

As the final project of my first real Computer Science course, this was the first time I actually used the skills that I learned in class to create something new. While this project seems quite simple to me now, it was the first time I began to see what my coding could begin to accomplish.