Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ushitora-anqou/aqboy

Yet another Game Boy emulator written in Go.
https://github.com/ushitora-anqou/aqboy

Last synced: about 1 month ago
JSON representation

Yet another Game Boy emulator written in Go.

Awesome Lists containing this project

README

        

# 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