@neauoire very cool ty
4 comments
@aw One last thing, if you're going to be juggling with binary files and include them into projects, I recommend this little rom: https://git.sr.ht/~rabbits/uxn/tree/main/item/projects/utils/hexdump.tal It pretty prints a binary file so you can paste the assets in your tal files. I use it all the time. usage: uxncli hexdump.rom file.bin |
@aw Drawing text in uxntal is pretty fun, here's a focused example that shows how to do it: https://git.sr.ht/~rabbits/uxn/tree/main/item/projects/examples/gui/label.tal