Pixel Painter is an interactive digital art application developed using C++ and the Raylib library. This project allows users to create pixel art exclusively through keyboard inputs, providing a unique and accessible drawing experience. Key functionalities include drawing and erasing, color selection, and canvas clearing.
- Keyboard-Controlled Drawing: Navigate the cursor using arrow keys and place pixels by pressing the Spacebar.
- Erase Mode: Toggle erase mode by pressing the E key to remove unwanted pixels, allowing for precise corrections.
Multiple Color Options: Choose from a variety of colors by pressing the number keys (1-9), enabling vibrant and diverse artwork. Instant Color Switching: Seamlessly switch between colors without interrupting the drawing flow, enhancing creativity and efficiency.
- 1 : Black
- 2 : Red
- 3 : Blue
- 4 : Green
- 5 : Yellow
- 6 : Orange
- 7 : Purple
- 8 : Pink
- 9 : Brown
- Clear Canvas: Press the DELETE key to reset the entire canvas to a blank state, providing a fresh start for new creations.
- Easily remove all placed pixels to start over without restarting the application, ensuring a smooth user experience.
- C++ Compiler.
- Raylib Library: Install the Raylib library. You can follow the Raylib installation guide.
- Clone the Repository
git clone https://github.com/LalaSmack/Pixel-Painter.git
- Open Workspace
- Run main.cpp