Pixel art editing for programmers
Go to file
SoniEx2 2a32cde49e Normal/palette mode indicator 2019-02-12 21:43:15 -02:00
LICENSE.txt Add LICENSE.txt - AGPLv3+ 2019-02-11 00:55:08 -02:00
README.md Document palette editing 2019-02-11 17:14:55 -02:00
conf.lua I should've put this on git sooner. 2019-02-10 23:31:16 -02:00
hex.png I should've put this on git sooner. 2019-02-10 23:31:16 -02:00
main.lua Normal/palette mode indicator 2019-02-12 21:43:15 -02:00

README.md

HexArt

An hex-based paletted image editor creator.

Keys:

  • up/down/left/right move cursor
  • k/j/h/l move cursor
  • z decrement
  • x increment
  • shift+z step decrement
  • shift+x step increment
  • a propagating increment
  • s propagating decrement [NYI]
  • v "visual" mode [partially implemented - not compatible with propagating modes]
  • w save
  • p palette editing mode (supports all of the above but might not always be a good idea)
  • esc exit (double esc if modified)