InDieTasten / ASCII-mate

A CLI tool with mouse support for drawing ascii art and animations
MIT License
1 stars 1 forks source link

Add continuous pencil mode for pencil tool #14

Closed InDieTasten closed 5 hours ago

InDieTasten commented 1 week ago

When dragging the pencil quickly across the terminal during this mode, lines will be drawn between all the move/drag event locations we receive

InDieTasten commented 5 hours ago

Performance is pretty good so we can just draw on the mouse_move events for now. It's really usable already