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
- arithmetic.rom
- literals.rom
- jumps.rom
- memory.rom
- stack.rom
- rekka and devine for creating uxn
- compudanzas and their amazing uxn tutorial
- the c2rust team which helped a lot in this port