tetanes-web

Crates.iotetanes-web
lib.rstetanes-web
version0.2.1
created_at2020-05-16 03:31:15.450374+00
updated_at2025-03-13 23:08:32.522809+00
descriptionA NES Emulator written in Rust and WebAssembly
homepagehttps://lukeworks.tech/tetanes
repositoryhttps://github.com/lukexor/tetanes.git
max_upload_size
id242242
size1,254,558
Luke Petherbridge (lukexor)

documentation

https://github.com/lukexor/tetanes

README

TetaNES Web

DEPRECATED

This crate has been merged with tetanes.

A deployed version is available at http://lukeworks.tech/tetanes-web.

See the tetanes repository for the latest updates.

Summary

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.

Dependencies

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

Building

To build TetaNES Web, run sh bin/build.sh which will output the necessary bundle and wasm files.

Running Locally

Running sh bin/start.sh or sh bin/start_dev.sh will build necessary resources and boot up a local server.

Commit count: 1272

cargo fmt