-
Notifications
You must be signed in to change notification settings - Fork 66
Home
Aaron Turner edited this page Sep 21, 2018
·
3 revisions
Please see the sidebar for the Documentation on the project.
Project is still < 1.0.0. Most games are playable, but the emulator is still not very accurate. Expect bugs.
The lib represents the npm
installable JS library. You want to refer here for building something like an React app using WasmBoy
. For example, see VaporBoy.
The core represents the wasm module, and the core emulation of the gameboy. You want to refer here for building your own lib, or project that uses the wasm module directly to emulate gameboy games. For example, see wasmboy-rs.