Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 557 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 557 Bytes

Chip8

A Chip-8 emulator written in Rust. Includes a web interface using WebAssembly with some pre-configured roms. This project was developed with the purpose of exploring Rust, so the code is pretty rudimentary.

Demo

Developing

  • ./emulator
    • The rust emulator
  • ./web
    • The web interface and wasm bindings

To run the web interface locally:

npm install
npm run

Resources used