Cdraw
cdraw is a minimal pixel art sprite editor.
Motivation
cdraw aims to bring all the common features available in other sprite editors, by being at the same time minimal and easy to configure. All the keybindings are in the config.h and are easy to change. The only hard-coded input rules are mouse interactions, because I don’t see any clean way nor reason of doing them configurable.
Features
At the moment cdraw has the following features:
- pen/eraser/fill tool
- zooming in/out
- color picker
- custom palettes (although it will use only def_palette_path)
- binary format for projects
- importing/exporting
- undo/redo actions
And these features are waiting to be implemented:
- custom tool cursor
- layers + frames
Download
To clone the git repo run:
$ git clone git://git.savcik.xyz/cdraw
cdraw depends on SDL2 and SDL2_image libraries. Consequently the dev files of these libraries are needed for compiling cdraw.