Skip to content

Patrik-Lundqvist/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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