mirror of https://git.sr.ht/~rabbits/nasu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
694 B
694 B
Nasu
A minimal chr editor, written in ANSI C.
Build
To build nasu, you must have SDL2.
cc nasu.c -std=c89 -Os -DNDEBUG -g0 -s -Wall -L/usr/local/lib -lSDL2 -o nasu
I/O
To resume working on a tileset:
./nasu example.chr
Controls
Generics
ctrl+nNewctrl+rReloadctrl+sSave(.chr)ctrl+shift+sSave(.bmp)ctrl+hToggle Guides
General
1234Colors0-3asdfgModes0-4zDecr. Brush SizexIncr. Brush SizebBigPixel Mode
Paint
mouse1Paintmouse2Linemouse1+mouse3Erasectrl+mouse1Color Picker
TODO
- Rotate tile
- Flip tile
- Roll pixels
- Roll colors