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.
 
 

446 B

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.