Skip to content

ushitora-anqou/aqboy

Repository files navigation

AQboy

Yet another Game Boy emulator written in Go.

Build and Run

SDL2

go run -tags sdl2 . ROM-FILE-PATH

Ebiten (Native)

go run -tags ebiten . ROM-FILE-PATH

Ebiten+Wasm

GOOS=js GOARCH=wasm go build -tags ebiten,wasm -o aqboy.wasm github.com/ushitora-anqou/aqboy

About

Yet another Game Boy emulator written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages