rusty-nes VS uvm

Compare rusty-nes vs uvm and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rusty-nes uvm
3 6
15 503
- -
1.8 9.1
over 2 years ago 7 days ago
Rust Rust
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rusty-nes

Posts with mentions or reviews of rusty-nes. We have used some of these posts to build our list of alternatives and similar projects.
  • Introducing RustyNES!
    1 project | /r/EmuDev | 24 Jan 2022
    1 project | /r/EmuDev | 24 Jan 2022
    This is yet another NES emulator written in Rust. After working on it intermittently since 2020, I've finally developed it to the point that I'm comfortable sharing it. RustyNES is available for Linux, Windows, and macOS. If you'd like to try it, or give feedback, here's the repo: https://github.com/siliconandsolder/rusty-nes
  • Trouble with Mapper 1
    1 project | /r/EmuDev | 2 Mar 2021
    Here's my implementation of MMC 1: https://github.com/siliconandsolder/rusty-nes/blob/master/src/mapper1.rs

uvm

Posts with mentions or reviews of uvm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-25.
  • Building a Minimalistic Virtual Machine
    6 projects | news.ycombinator.com | 25 Feb 2023
    If you want to compute like it's 1986, I think it would be fun to build a BASIC interpreter for UVM. Bonus points if you do your own text rendering on a blue background and you add simple primitives for 2D graphics.

    https://github.com/maximecb/uvm/issues/7

What are some alternatives?

When comparing rusty-nes and uvm you can also consider the following projects:

nes-rs - NES emulator written in Rust

pythonvm-rust - An incomplete stackless interpreter of Python bytecode, written in Rust.

customasm - 💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/

nederlang - Nederlandse programmeertaal 🇳🇱. Geïnterpreteerd en met dynamische types. Met bytecode compiler en virtuele machine, in Rust.

ellalang - A computer programming language interpreter written in Rust

starlight - JS engine in Rust

java-2-times-faster-than-c - An inquiry into nondogmatic software development. An experiment showing double performance of the code running on JVM comparing to equivalent native C code.