Crates.io | nes_rust_slim |
lib.rs | nes_rust_slim |
version | 0.2.0 |
created_at | 2025-04-10 10:48:42.13045+00 |
updated_at | 2025-04-10 10:48:42.13045+00 |
description | NES emulator written in Rust |
homepage | https://github.com/gastrodon/nes-rust |
repository | https://github.com/gastrodon/nes-rust |
max_upload_size | |
id | 1628031 |
size | 326,446 |
nes-rust is a NES emulator written in Rust. It can be compiled to WebAssembly.
The emulator module and document are released at crates.io.
$ git clone https://github.com/takahirox/nes-rust.git
$ cd nes-rust
$ cargo build --release
Prerequirements
$ cd nes-rust/cli
$ cargo run --release path_to_rom_file
See wasm/web
See wasm/npm