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.

32 lines
818 B

# Nasu
6 years ago
[Nasu](https://100r.co/site/nasu.html) is a sprite editor, written in [Uxntal](https://wiki.xxiivv.com/site/uxntal.html).
6 years ago
## Build
4 years ago
You must have an [Uxntal](https://git.sr.ht/~rabbits/uxn) assembler.
4 years ago
```sh
4 years ago
cat src/main.tal src/manifest.tal src/assets.tal > bin/nasu.tal
uxnasm bin/nasu.tal bin/nasu.rom
uxnemu bin/nasu.rom
```
4 years ago
If do not wish to assemble it yourself, you can download [nasu.rom](https://rabbits.srht.site/nasu/nasu.rom).
4 years ago
4 years ago
## Run
6 years ago
4 years ago
You must have a Varvara emulator.
```sh
uxnemu bin/nasu.rom
4 years ago
```
4 years ago
## Support
- [theme](https://wiki.xxiivv.com/site/theme.html)
- [snarf](https://wiki.xxiivv.com/site/snarf.html)
- [manifest](https://wiki.xxiivv.com/site/manifest.html)
- Linted with [uxnlin](https://git.sr.ht/~rabbits/uxnlin)
- Assembled with [drifblim](https://git.sr.ht/~rabbits/drifblim)