Cdraw


cdraw is a minimal pixel art sprite editor.

cdraw preview

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:

And these features are waiting to be implemented:

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.