Skip to content

triptolemusew/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8

Chip8 implementation written in Rust with SDL2 for the rendering.

Getting Started

This project support building for both the wasm binary through wasm-pack and natively running the emulator through sdl.

Building

cargo build --features="sdl"

Running

cargo run --features="sdl" <ROM>

Development with WASM

cd web/
npm run start

About

Chip8 implementation in rust with SDL2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages