~rabbits/oekaki

2-bit illustration program, written in Tal
Also normalize rect for snarf
Merged literals, changed next icon
Make erase set pixel to 0 when blend is off

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~rabbits/oekaki
read/write
git@git.sr.ht:~rabbits/oekaki

You can also use your local clone with git send-email.

#Oekaki

Oekaki is a drawing program, written in Uxntal.

#Build

You must have an Uxn assembler and emulator.

uxnasm src/oekaki.tal bin/oekaki.rom
uxnemu bin/oekaki.rom

If do not wish to assemble it yourself, you can download oekaki.rom.

builds.sr.ht status

#Snarf

The selection tool snarfs a file made of 2 shorts for width and height in pixels, followed by the chr tile data.

#Support