Wasmboy

screenshot of Wasmboy
svelte
bulma

Game Boy / Game Boy Color Emulator Library, written for WebAssembly using AssemblyScript. Demos built with Preact and Svelte.

Overview

Wasmboy is a gameboy emulator library written in Web Assembly using AssemblyScript. It allows users to emulate Gameboy and Gameboy Color games in a browser or Node environment. The library supports features such as graphics output to a HTML5 canvas, audio output through the Web Audio API, in-game saves and save states, and configurable options for performance optimization. Wasmboy also includes a debugger with a value table, tile data visualizer, and background map with scroll indicators. Although the project is still under development and may have some bugs, most games are playable.

Features

  • Emulates the Gameboy / Gameboy Color
  • Outputs graphics to a scalable / responsive HTML5 canvas, and audio through the Web Audio API
  • Support for in-game saves and save states
  • Configurable options to increase performance for low-end devices
  • Importable into other projects as a dependency
  • Built with Web Assembly
  • Uses Web Workers for parallelized rendering
  • Keyboard and gamepad input support using responsive gamepad
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

bulma
Bulma

Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.