Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 471 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 471 Bytes

pixelrs

A very simple and minimal tty inifinite pixel art editor written in rust

  • B brush
  • E erase
  • I ink tool
  • A text
  • C open colors
  • M move
  • Q quit

supports resize events (hopefully)

$ git clone [email protected]:ivanbelenky/pixelrs.git
$ cargo run 

TODO

  • learn rust :p
  • save feature
  • zoom?