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.
 
 
neauoire 908017784d Added build header 6 years ago
.clang-format Init 6 years ago
.gitignore Minor changes 6 years ago
LICENSE Init 6 years ago
README.md Added bmp import 6 years ago
build.sh Added build header 6 years ago
example.bmp Added bmp import 6 years ago
example.chr Added bmp import 6 years ago
nasu.c Fixed redraw 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 example.chr

Import a bmp:

./nasu example.bmp

Controls

IO

  • E Export(nasu-export.chr)
  • R Render(nasu-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