Game Boy / Game Boy Color Emulator Library, written for WebAssembly using AssemblyScript. Demos built with Preact and Svelte.
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.
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 is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.
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
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 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.