Boytacean

A Game Boy emulator that is written in Rust 🦀.

Build

WASM for Node.js

bash cargo install wasm-pack wasm-pack build --release --target=nodejs -- --features wasm

WASM for Web

bash cargo install wasm-pack wasm-pack build --release --target=web --out-dir=examples/web/lib -- --features wasm cd examples/web npm install && npm run build cd dist && python3 -m http.server

Inspiration

Documentation

ROMs

Emulators

Videos

License

Boyacian is currently licensed under the Apache License, Version 2.0.