4 releases

0.2.1 Mar 13, 2025
0.2.0 Oct 31, 2023
0.1.1 May 16, 2020
0.1.0 May 16, 2020

#142 in Emulators

Download history 2/week @ 2024-12-21 7/week @ 2024-12-28 12/week @ 2025-01-04 4/week @ 2025-01-11 3/week @ 2025-02-08 84/week @ 2025-03-08 44/week @ 2025-03-15 5/week @ 2025-03-22 1/week @ 2025-04-05

96 downloads per month

MIT license

4MB
16K SLoC

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.

Dependencies

~15–36MB
~441K SLoC