Play around with this project to see how it generates a pixelated version of a perfect circle! SIZE: The size of each pixel unit. RADIUS: The radius of the circle, in units. MODE: Toggle grid and the guide circle. COLOR: Change the color of the circle. Keyboard/mouse controls: - Set radius by clicking on the screen. - Set size using the up/down arrow keys or scrolling. - Set mode with 1, 2, 3 keys. - Show/hide sliders with H key. - Enable dark mode with D key. The way the project works is that it draws a pixel whenever the center of the pixel is within the radius of the circle. #art #pixelart