mirror of https://git.sr.ht/~rabbits/nasu
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
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
EExport
Select
1Color12Color23Color34Color4
Paint
mouse1Paintmouse1+mouse2Erase(Color1)
TODO
- Export
- Display change in titlebar
Optimization
- Don't update pixels unless something changed.