#emulator #nes #web #browser #cross-platform

tetanes-web

用Rust和WebAssembly编写的NES模拟器

3个不稳定版本

0.2.0 2023年10月31日
0.1.1 2020年5月16日
0.1.0 2020年5月16日

#967WebAssembly

MIT 许可证

3.5MB
12K SLoC

TetaNES Web

摘要

背景照片归功于: Zsolt Palatinusunsplash

TetaNES Web 是一个在现代网页浏览器中运行的 WebAssembly 版本的 TetaNES。有关详细信息,请参阅主要的 TetaNES README。下面将概述 TetaNES Web 的具体差异。

依赖项

  • [Rust][rust]
  • [SDL2][sdl2]
  • Wasm

构建

要构建 TetaNES Web,请运行 sh bin/build.sh,它将输出必要的捆绑包和wasm文件。

本地运行

运行 sh bin/start.shsh bin/start_dev.sh 将构建必要的资源并启动本地服务器。

依赖项

~14–33MB
~425K SLoC