https://github.com/tylerbloom/specte-rs
An experimental GBC emulator written in Rust
https://github.com/tylerbloom/specte-rs
Last synced: about 1 month ago
JSON representation
An experimental GBC emulator written in Rust
- Host: GitHub
- URL: https://github.com/tylerbloom/specte-rs
- Owner: TylerBloom
- License: agpl-3.0
- Created: 2023-08-13T23:45:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T23:48:33.000Z (about 2 months ago)
- Last Synced: 2025-04-10T08:11:57.685Z (about 1 month ago)
- Language: Rust
- Size: 5.54 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This repo contains an experimental cross-platform GBC emulator written in Rust.
Along with the raw emulator, this repo contains a series of tools and services to make the emulation expirence as smooth as possible.Currently, this project is just getting started, but the current scope includes:
- A GBC emulator that can be ran (at least):
- Natively on Linux, Windows, and MacOs
- In the browser via WASM
- On embed devices including Raspberry PI, ESP32, and more
- Save and file synchronization between all clients, including via a wire, the local network, bluetooth
- Additional save syncing and backends will be available via a webservice# Disclaimer
Construction of this emulator is just starting.
It remains unclear how much of the above scope is feasible.