文件名称:deFeNEStrate:用Rust编写的NES模拟器
文件大小:188KB
文件格式:ZIP
更新时间:2024-04-10 23:38:08
rust webassembly nes-emulator Rust
降低 用Rust编写的NES模拟器,具有针对桌面和WebAssembly的构建目标 建筑 在建筑物中没有什么异常(至少现在还没有)。只需运行cargo run即可构建和运行deFeNEStrate。 其中包括一些基本测试,您可以通过cargo test -- --nocapture来运行它们。集成测试将吐出一个Nintendulator格式的指令日志,该日志可以与已知良好的模拟器日志进行比较。 资产 Droid Sans Mono,根据[Apache 2.0](./static/Apache License.txt)许可
【文件预览】:
deFeNEStrate-main
----.gitignore(31B)
----Cargo.lock(580B)
----LICENSE(34KB)
----packages()
--------defenestrate-web()
--------defenestrate-desktop()
--------defenestrate-core()
----Cargo.toml(547B)
----README.md(512B)
----.vscode()
--------settings.json(117B)
--------launch.json(2KB)
--------tasks.json(705B)