Crates.io | tetanes-web |
lib.rs | tetanes-web |
version | 0.2.0 |
source | src |
created_at | 2020-05-16 03:31:15.450374 |
updated_at | 2023-10-31 00:35:27.849188 |
description | A NES Emulator written in Rust and WebAssembly |
homepage | https://lukeworks.tech/tetanes |
repository | https://github.com/lukexor/tetanes.git |
max_upload_size | |
id | 242242 |
size | 1,224,266 |
photo credit for background: Zsolt Palatinus on unsplash
TetaNES Web
is a WebAssembly version of TetaNES
that runs in
a modern web browser. See the main TetaNES
README for more details.
TetaNES Web
specific differences will be outlined below.
To build TetaNES Web
, run sh bin/build.sh
which will output the necessary
bundle and wasm files.
Running sh bin/start.sh
or sh bin/start_dev.sh
will build necessary
resources and boot up a local server.