An interactive Processing sketch that lets you draw by moving your mouse. The program follows your mouse movements and creates smooth, fluid lines in real time. You can pause and resume the drawing with keyboard input, making it a fun and dynamic creative tool.
- Real-time drawing that follows your mouse movements.
- Smooth, fluid line rendering for natural strokes.
- Toggle drawing on/off using the spacebar.
- Multiple colors and stroke dynamics (can be added/extended).
- Run the sketch in Processing.
- Move your mouse on the canvas to draw.
- Press the spacebar to pause/resume drawing.
- Close the window to end the program.
- Processing (Java-based creative coding framework)
This project is designed to explore interactive drawing techniques and user input in Processing. It’s perfect for artists and developers interested in dynamic, user-driven generative art.