Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Liorst4/uxn-rs
- Owner: Liorst4
- License: gpl-3.0
- Created: 2023-10-13T16:06:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T16:07:26.000Z (about 1 year ago)
- Last Synced: 2024-08-03T17:09:18.270Z (5 months ago)
- Topics: emulator, rust, uxn, virtual-machine
- Language: Rust
- Homepage:
- Size: 105 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- awesome-uxn - uxn-rs - Emulator written in Rust. (Emulators)
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 implementationBuilding 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.htmlLicense:
Unless stated otherwise, its GPLv3.
Read the COPYING file for more information.