Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CrashAndSideburns/ruxn
An implementation of the Uxn stack-machine written in Rust.
https://github.com/CrashAndSideburns/ruxn
Last synced: 3 months ago
JSON representation
An implementation of the Uxn stack-machine written in Rust.
- Host: GitHub
- URL: https://github.com/CrashAndSideburns/ruxn
- Owner: CrashAndSideburns
- License: unlicense
- Created: 2023-06-19T07:57:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-25T22:31:18.000Z (over 1 year ago)
- Last Synced: 2024-08-03T17:09:21.516Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-uxn - ruxn - A Uxn library written in Rust, intended to make defining new Uxn-based systems easy. (Emulators)
README
# ruxn
[![Crates.io](https://img.shields.io/crates/v/ruxn?style=flat-square&logo=rust)](https://crates.io/crates/ruxn)
[![Crates.io](https://img.shields.io/crates/l/ruxn?style=flat-square)](./UNLICENSE)ruxn is an emulator for [the Uxn stack-machine](https://100r.co/site/uxn.html), designed to make the creation and emulation of Uxn-based computers simple and fun.
# Installation
Either run
```
cargo add ruxn
```
or modify your `Cargo.toml`
```
ruxn = "0.1.0"
```# Usage
# Contributing
Contributrions are welcome! Please open an issue or submit a pull request.
# License
This is free and unencumbered software released into the public domain. See the [UNLICENSE](./UNLICENSE) file or [unlicense.org](https://unlicense.org/) for details.