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 2c8605141d Cleanup 6 years ago
.clang-format Init 6 years ago
.gitignore Init 6 years ago
LICENSE Init 6 years ago
README.md Cleanup 6 years ago
build.sh Init 6 years ago
main.o Init 6 years ago
nasu6.c Cleanup 6 years ago
sprite.chr Pixel picking 6 years ago
sprite2.chr Init 6 years ago

README.md

Nasu6

A minimal chr editor, written in ANSI C.

Build

To build Nasu6, you must have SDL2.

sudo apt-get install libsdl1.2-dev

Controls

I/O

  • E Export

Select

  • 1 Color1
  • 2 Color2
  • 3 Color3
  • 4 Color4

Paint

  • mouse1 Paint
  • mouse1+mouse2 Erase(Color1)

TODO

  • Export
  • Display change in titlebar

Optimization

  • Don't update pixels unless something changed.