SDL Paint
SDL Paint is a paint application programmed in C using the SDL2 graphics library. Using left click, you can paint onto the screen in your chosen color. It features intuitive controls, like scrolling to change brush size and right click to change color.
This was my first project using SDL2 and it was mainly a test to see if I could implement basic features like drawing circles, which is something SDL does not come built-in with.
This is an active project. As of right now, there is no erase or undo, so paint is drawn permanently to the canvas until the program is closed. I plan on adding those features, along with more tools and a UI for tool / color switching.
View Github