auxn!
January 5, 2023 ยท View on GitHub
uxn virtual machine running inside of a audio plugin (standalone mode included)
๐ง๐ง๐ง beware of dragons and messy code ๐ง๐ง๐ง

whats inside?
- a reimplementation of uxn in rust (functional but could really use some structuring)
- custom-varvara implementation runnning as a vst
- console - only supports output
- screen - mostly implemented, graphical glitches
- audio - none
tests passed
- arithmetic.rom
- literals.rom
- jumps.rom
- memory.rom
- stack.rom
special thanks to:
- rekka and devine for creating uxn
- compudanzas and their amazing uxn tutorial
- the c2rust team which helped a lot in this port