diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,8 +1,10 @@ -# cdraw editor +cdraw editor +============ cdraw is a minimal pixel art sprite editor. -## Features +Features +-------- At the moment cdraw has the following features: - pen/eraser/fill tool @@ -17,7 +19,8 @@ And these features are waiting to be implemented: - undo/redo actions - layers + frames -## Controls +Controls +-------- All the keybindings can be changed in *src/config.h*. @@ -34,7 +37,8 @@ All the keybindings can be changed in *src/config.h*. - **[/]** scroll through palette -## Compiling +Compiling +--------- SDL2 and SDL2_image dev files are needed for compiling. |