Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsmolka/sprite
A Game Boy emulator written in drizzle.
https://github.com/jsmolka/sprite
drizzle emulator game-boy gb sprite
Last synced: about 18 hours ago
JSON representation
A Game Boy emulator written in drizzle.
- Host: GitHub
- URL: https://github.com/jsmolka/sprite
- Owner: jsmolka
- License: gpl-3.0
- Created: 2022-06-18T16:13:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T18:27:17.000Z (about 2 years ago)
- Last Synced: 2023-03-10T04:17:27.553Z (over 1 year ago)
- Topics: drizzle, emulator, game-boy, gb, sprite
- Language: C++
- Homepage: https://smolka.dev/sprite
- Size: 118 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sprite
A Game Boy emulator written in [drizzle](https://github.com/jsmolka/drizzle).## Why
This emulator serves as the ultimate stress test for the programming language. It implements most components of the system with reasonable accuracy and runs at native speed. There is no sound or saves, and the cartridge types are limited to MBC0, MBC1, and MBC3.## Usage
Download the latest version of [drizzle-sdl](https://github.com/jsmolka/drizzle/releases) for your system and run `drizzle sprite.dz `.## Binaries
Binaries for Windows, Linux and macOS are available as [nightly](https://nightly.link/jsmolka/sprite/workflows/build/master) and [release](https://github.com/jsmolka/sprite/releases) builds.## Build
Detailed build instructions can be found [here](BUILD.md).![screenshot](screenshot.png)