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.
|
|
6 years ago | |
|---|---|---|
| .clang-format | 6 years ago | |
| .gitignore | 6 years ago | |
| LICENSE | 6 years ago | |
| README.md | 6 years ago | |
| build.sh | 6 years ago | |
| main.o | 6 years ago | |
| nasu6.c | 6 years ago | |
| sprite.chr | 6 years ago | |
| sprite2.chr | 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
EExport
Select
1Color12Color23Color34Color4
Paint
mouse1Paintmouse1+mouse2Erase(Color1)
TODO
- Export
- Display change in titlebar
Optimization
- Don't update pixels unless something changed.