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.
 
 
Devine Lu Linvega 351eec551f Renamed chr6 to nasu 6 years ago
.clang-format Init 6 years ago
.gitignore * 6 years ago
LICENSE Init 6 years ago
README.md Renamed chr6 to nasu 6 years ago
build.sh Renamed chr6 to nasu 6 years ago
chr6.c Cleanup 6 years ago
main.o Renamed to chr6 6 years ago
nasu.c Renamed chr6 to nasu 6 years ago
sprite.chr Pixel picking 6 years ago

README.md

Nasu

A minimal chr editor, written in ANSI C.

Build

To build nasu, you must have SDL2.

sudo apt-get install libsdl2-dev

I/O

To resume working on a tileset:

./nasu export.chr

Controls

IO

  • E Export(export.chr)
  • R Render(render.bmp)

General

  • 1-7 Patterns
  • TAB Cycle between colors
  • H Toggle Guides
  • Z Decr. Brush Size
  • X Incr. Brush Size
  • N Clear

Paint

  • mouse1 Paint
  • mouse1+mouse2 Erase