迷茫之鹰 发表于 2023-7-20 09:35:48

Rust + WASM语言写的NES emulator模拟器,支持网页多人对战

支持多人游戏,也许是在国外的原因吧,感觉游戏速度还是有点慢的说

Git仓库地址https://github.com/takahirox/nes-rust
nes-rust is a NES emulator written in Rust. It can be compiled to WebAssembly.

Online Demos / Videos
[*]Online Singleplay Demo
[*]Online Multiplay Demo / Video
[*]Online VR Multiplay Demo / Video
Screenshotsnestesthttps://github.com/takahirox/nes-rust/raw/master/screenshots/nestest.pngSgt. Helmet Training Dayhttps://github.com/takahirox/nes-rust/raw/master/screenshots/Sgt_Helmet.pngFeatures
[*]Audio support with SDL2 / WebAudio
[*]WebAssembly support
[*]Remote multiplay support with WebRTC
How to import into your Rust projectThe 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 applicationPrerequirements
[*]Install Rust-SDL2
$ cd nes-rust/cli$ cargo run --release path_to_rom_file
How to import and use WebAssembly NES emulator in a web browserSee wasm/webHow to install and use WebAssembly NES emulator npm packageSee wasm/npm
页: [1]
查看完整版本: Rust + WASM语言写的NES emulator模拟器,支持网页多人对战