nes_rust_slim

Crates.iones_rust_slim
lib.rsnes_rust_slim
version0.2.0
created_at2025-04-10 10:48:42.13045+00
updated_at2025-04-10 10:48:42.13045+00
descriptionNES emulator written in Rust
homepagehttps://github.com/gastrodon/nes-rust
repositoryhttps://github.com/gastrodon/nes-rust
max_upload_size
id1628031
size326,446
Eva (gastrodon)

documentation

README

nes-rust

Build Status Crate npm version

nes-rust is a NES emulator written in Rust. It can be compiled to WebAssembly.

Online Demos / Videos

Screenshots

nestest

nestest

Sgt. Helmet Training Day

Sgt. Helmet Training Day

Features

  • Audio support with SDL2 / WebAudio
  • WebAssembly support
  • Remote multiplay support with WebRTC

How to import into your Rust project

The emulator module and document are released at crates.io.

How to build core library locally

$ git clone https://github.com/takahirox/nes-rust.git
$ cd nes-rust
$ cargo build --release

How to run as desktop application

Prerequirements

$ cd nes-rust/cli
$ cargo run --release path_to_rom_file

How to import and use WebAssembly NES emulator in a web browser

See wasm/web

How to install and use WebAssembly NES emulator npm package

See wasm/npm

Commit count: 153

cargo fmt