~rabbits/turye

Type editor, written in Tal
Improved look of collection

refs

main
browse  log 

clone

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

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

#Turye

Turye is a font editor, written in Uxntal.

#Build

You must have an Uxn assembler and emulator.

uxnasm src/turye.tal bin/turye.rom

#Run

This rom does not have filepath editing controls, you MUST load a pre-existing font through the Console vector.

uxnemu bin/turye.rom fonts/geneva14.uf2

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

builds.sr.ht status

#Controls

#Mouse

  • mouse1 select/paint
  • mouse2 erase

#File

  • ctrl+o open file
  • ctrl+s save file
  • ctrl+x cut glyph
  • ctrl+c copy glyph
  • ctrl+v paste glyph

#General

  • arrows, move selection
  • backspace, erase glyph

#Support