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 cca5d9d49b Uxambly build script 5 years ago
.clang-format Started 1-bit mode 5 years ago
.gitignore Uxambly build script 5 years ago
LICENSE Cleanup 5 years ago
README.md Updated READMNE 5 years ago
build.sh Uxambly build script 5 years ago
nasu.c Added colors to nasuxn 5 years ago
nasu.usm Ported to changed SFT2 5 years ago

README.md

Nasu

Nasu is a sprite editor, written in Uxambly.

Build

You must have the Uxn assembler and emulator.

uxnasm nasu.usm nasu.rom && uxnemu nasu.rom

To build the C version(old), you must have SDL2.

cc nasu.c -std=c89 -Os -DNDEBUG -g0 -s -Wall -L/usr/local/lib -lSDL2 -o nasu

Controls

  • arrows, move selection
  • enter , insert tile
  • backspace, delete tile
  • left-click , add pixel
  • right-click, remove pixel
  • 1 2 3, select color
  • q w e, select tool