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.
|
|
|
|
# Nasu
|
|
|
|
|
|
|
|
|
|
[Nasu](https://100r.co/site/nasu.html) is a sprite editor, written in [Uxntal](https://wiki.xxiivv.com/site/uxntal.html).
|
|
|
|
|
|
|
|
|
|
## Build
|
|
|
|
|
|
|
|
|
|
You must have an [Uxn](https://git.sr.ht/~rabbits/uxn/) assembler and emulator.
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
uxnasm src/nasu.tal bin/nasu.rom
|
|
|
|
|
uxnemu bin/nasu.rom
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
If do not wish to assemble it yourself, you can download [nasu.rom](https://rabbits.srht.site/nasu/nasu.rom).
|
|
|
|
|
|
|
|
|
|
[](https://builds.sr.ht/~rabbits/nasu?)
|
|
|
|
|
|
|
|
|
|
## Push
|
|
|
|
|
|
|
|
|
|
Pushing to the itch.io store.
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
~/Applications/butler push bin/nasu.rom hundredrabbits/nasu:uxn
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 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)
|