Skip to content

proskur1n/pixelfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixelfish is a small hobby-project pixel art editor written entirely in C. The core of the editor is written using the SDL2 library for window and input management, but it also requires GTK3 to display the file chooser and some of its dialogs. The look and feel of this editor is inspired by csprite.

What? I am not an artist :/

Keybindings

Key Description
B Round brush
Shift+B Square brush
E Eraser
Wheel / [ Decrease brush size
Wheel / ] Increase brush size
Alt Color picker
G Bucket fill
Ctrl+Wheel / + / - Zoom in / out
Ctrl+Left Pan
Ctrl+Z Undo
Ctrl+Y Redo

Furthermore, many of the common key combinations such as Ctrl-S or Ctrl-O are also supported.

Languages