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 c1cd544e22 Removed old files 6 years ago
.clang-format Init 6 years ago
.gitignore Minor changes 6 years ago
LICENSE Init 6 years ago
README.md Implemented cleanup 6 years ago
build.sh Minor changes 6 years ago
nasu-export.chr Minor changes 6 years ago
nasu-render.bmp Minor changes 6 years ago
nasu.c Minor changes 6 years ago
sprite.chr cleanup 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

  • ~ Fix
  • 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