space — clear effect 1 & q — color 2 & w — fisheye 3 & e — whirl 4 & r — pixelate 5 & t — mosaic 6 & y — brightness 7 & U — ghost
Reflection I created a basic effect explorer that allows users to increase and decrease each of the 7 effects using keyboard input. There are two phases to the code. First, when the project starts the initial settings are reverted to a normal state. Second is the forever loop in which the project responds to key presses and applies the appropriate effect. I like this project because it's simple: it does one thing and does it well.