Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Liorst4/uxn-rs

Uxn implementation in the Rust programming language
https://github.com/Liorst4/uxn-rs

emulator rust uxn virtual-machine

Last synced: about 2 months ago
JSON representation

Uxn implementation in the Rust programming language

Awesome Lists containing this project

README

        

Implementation of the UXN virtual machine in the Rust programming language.

This project is still work in progress, the current implementation supports
all the devices except for audio.

Project goals:
To have fun.
To implement a varvara environment.
To have a somewhat small binary footprint (minimize the amount of dependencies).
Support multiple operating systems.

Non goals:
To replace the classic C implementation.
To be 100% free of "unsafe" code
To be the fastest implementation

Building the project:
Just use "cargo build"

Read more:
UXN - https://100r.co/site/uxn.html
uxncli.c - https://git.sr.ht/~rabbits/uxn/tree/main/item/src/uxncli.c
varvara - https://wiki.xxiivv.com/site/varvara.html

License:
Unless stated otherwise, its GPLv3.
Read the COPYING file for more information.