Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saucesaft/auxn
emulator in a vst
https://github.com/saucesaft/auxn
Last synced: 3 months ago
JSON representation
emulator in a vst
- Host: GitHub
- URL: https://github.com/saucesaft/auxn
- Owner: saucesaft
- Created: 2022-12-13T23:50:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T05:55:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T18:25:31.010Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 3.28 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-uxn - auxn - uxn running inside of an audio plugin (standalone mode included) (Emulators)
README
# auxn!
[![justforfunnoreally.dev badge](https://img.shields.io/badge/justforfunnoreally-dev-9ff)](https://justforfunnoreally.dev)uxn virtual machine running inside of a audio plugin (standalone mode included)
🚧🚧🚧 beware of dragons and messy code 🚧🚧🚧
![screenshot of in progress development, showing a memory view and the actual emulator](./pics/progress.png)*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
- [x] arithmetic.rom
- [x] literals.rom
- [x] jumps.rom
- [x] memory.rom
- [x] 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