Satharus / spritely

a simple sprite editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spritely

Spritely is a sprite editor with intention on making tiny sprites.

Ideally this will make a 64 sprite sprite sheet. Each sprite will be 8x8 pixels with 16 colors.

spritely

Build Requirements

$ sudo apt-get install libsdl2-ttf-dev

TODO

  • Draw to canvas
  • Add color picker
  • Add sprite selector
  • Use the sprite picker to load what's currently on the canvas
  • output the spritesheet to a file containing a string of hex chars
  • add tools to help make drawing easier
    • copy/paste a sprite from the sprite sheet into the canvas
    • undo/redo
    • color fill
    • add a cursor that indicates what sprite is selected
    • add a cursor that indicates which color is selected
  • add message that indicates that something has been copied/pasted/undo/redo/...
  • give an option to configure the color pallete

About

a simple sprite editor

License:MIT License


Languages

Language:C 90.2%Language:C++ 7.6%Language:Makefile 2.2%