Simple pixel drawing app, that prints out coördinates of the pixels. Made to help me plot a drawing for PixelBot 128 facebook page.
Try it here!
- Clear button
- Undo
- Number input min/max constrains
- Collapsable dialogs
- Implement the command pattern. Queue commands and draw pixels from queue.
- Draw lines (Bresenham algorithm) between debounced pointer coordinates