It's kindda fun that the font editor's menu is drawn using the same routines as the editor.
Changing the font, modifies the editor.
:ouroboros:
It's kindda fun that the font editor's menu is drawn using the same routines as the editor. Changing the font, modifies the editor. :ouroboros: 11 comments
@aw It's called Turye, it's how I edit fonts in my projects, you're welcome to use it. tal/rom: https://git.sr.ht/~rabbits/turye @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 @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 |
neat