{"id":13634916,"url":"https://github.com/joamag/boytacean","last_synced_at":"2025-04-09T07:07:04.747Z","repository":{"id":63192753,"uuid":"565750987","full_name":"joamag/boytacean","owner":"joamag","description":"A GB emulator that is written in Rust 🦀!","archived":false,"fork":false,"pushed_at":"2025-03-18T23:34:44.000Z","size":23585,"stargazers_count":637,"open_issues_count":5,"forks_count":34,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T04:08:32.395Z","etag":null,"topics":["emulator","gameboy","gameboy-emulator","rust","wasm"],"latest_commit_sha":null,"homepage":"https://boytacean.joao.me","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joamag.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-14T08:52:10.000Z","updated_at":"2025-03-30T04:33:39.000Z","dependencies_parsed_at":"2023-09-26T23:06:18.680Z","dependency_job_id":"2505661a-219a-4a75-9302-511645153bf9","html_url":"https://github.com/joamag/boytacean","commit_stats":{"total_commits":823,"total_committers":1,"mean_commits":823.0,"dds":0.0,"last_synced_commit":"af124b8ae68a98a56591b653be9565062f72e771"},"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joamag%2Fboytacean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joamag%2Fboytacean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joamag%2Fboytacean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joamag%2Fboytacean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joamag","download_url":"https://codeload.github.com/joamag/boytacean/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994121,"owners_count":21030050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emulator","gameboy","gameboy-emulator","rust","wasm"],"created_at":"2024-08-02T00:00:37.567Z","updated_at":"2025-04-09T07:07:04.726Z","avatar_url":"https://github.com/joamag.png","language":"Rust","funding_links":[],"categories":["Applications","Examples"],"sub_categories":["Emulators","Kits"],"readme":"# [Boytacean](https://boytacean.joao.me)\n\nA Game Boy emulator that is written in Rust 🦀.\n\n\u003ca href=\"https://boytacean.joao.me\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/joamag/boytacean/raw/master/res/videos/002-mario.low.gif\" width=\"360\" /\u003e\u003c/a\u003e\n\n**This emulator has been written for educational purposes and shouldn't be taken too seriously.** But yeahh it plays most Game Boy games, which is cool... 🕹️\n\n## Features\n\n* Game Boy (DMG) and Game Boy Color (CGB) emulation\n* Simple navigable source-code\n* Web, [SDL](https://www.libsdl.org) and [Libretro](https://www.libretro.com) front-ends\n* Audio, with a pretty accurate APU\n* Serial Data Transfer ([Link Cable](https://en.wikipedia.org/wiki/Game_Link_Cable)) support\n* [Game Boy Printer](https://en.wikipedia.org/wiki/Game_Boy_Printer) emulation\n* Support for multiple MBCs: MBC1, MBC2, MBC3, and MBC5\n* Save state support using the [BESS Specification](https://github.com/LIJI32/SameBoy/blob/master/BESS.md) for cross-compatibility with other emulators\n* Cheat support using [Game Genie](https://en.wikipedia.org/wiki/Game_Genie) and [GameShark](https://pt.wikipedia.org/wiki/GameShark) codes\n* Variable CPU clock speed\n* Accurate PPU - passes [dmg-acid2](https://github.com/mattcurrie/dmg-acid2) and [cgb-acid2](https://github.com/mattcurrie/cgb-acid2) tests\n\nFor the Web front-end...\n\n* Mobile first experience\n* Transparent RAM saving using [Web Storage API](https://developer.mozilla.org/docs/Web/API/Window/localStorage)\n* GamePad support using [Web Gamepad API](https://developer.mozilla.org/docs/Web/API/Gamepad_API)\n* Unobstructive and effective on-screen GamePad\n* Rumble emulation and haptic feedback\n* Cool bespoke display palettes built by [TheWolfBunny64](https://www.deviantart.com/thewolfbunny).\n* Fullscreen browser mode\n* Debug mode - VRAM and registers\n\nWhat's still missing...\n\n* Low-level cycle accurate system emulation\n* [Game Boy Camera](https://en.wikipedia.org/wiki/Game_Boy_Camera) emulation\n* NetPlay gaming support\n\n## Deployments\n\n| Provider   | Stable  | URL                                                              |\n| ---------- | ------- | ---------------------------------------------------------------- |\n| Cloudflare | `True`  | [boytacean.joao.me](https://boytacean.joao.me)                   |\n| Cloudflare | `True`  | [boytacean.pages.dev](https://boytacean.pages.dev)               |\n| Cloudflare | `True`  | [prod.boytacean.pages.dev](https://prod.boytacean.pages.dev)     |\n| Cloudflare | `True`  | [stable.boytacean.pages.dev](https://stable.boytacean.pages.dev) |\n| Cloudflare | `False` | [master.boytacean.pages.dev](https://master.boytacean.pages.dev) |\n\n## Build\n\n### Library\n\n```bash\ncargo build\n```\n\n### Python Library\n\n```bash\npip install .\n```\n\nor\n\n```bash\npython setup.py install\n```\n\n### WASM for Node.js\n\n```bash\ncargo install wasm-pack\nwasm-pack build --release --target=nodejs -- --features wasm\n```\n\n### WASM for Web\n\n```bash\ncargo install wasm-pack\nwasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm\ncd frontends/web\nnpm install \u0026\u0026 npm run build\ncd dist \u0026\u0026 python3 -m http.server\n```\n\n### Utilities\n\n#### BOSC Decompressor\n\nThe BOSC decompressor is a simple utility that decompresses BOSC files to BOS format.\n\n```bash\ncargo run --release --bin bosc-decompress -- \u003cinput_file\u003e \u003coutput_file\u003e\n```\n\n## Web front-end\n\nThe Web front-end makes use of [EmuKit](https://github.com/joamag/emukit) which is a UI toolkit that provides the required infrastructure for the creation\nof interfaces for emulation in a Web context.\n\n### Configuration\n\nYou can use some GET parameters to control the initial behavior of the emulator.\n\n| Parameter    | Type    | Description                                                                                    |\n| ------------ | ------- | ---------------------------------------------------------------------------------------------- |\n| `rom_url`    | String  | The URL from which the initial ROM is going to be loaded, should support CORS.                 |\n| `url`        | String  | The same as `rom_url`.                                                                         |\n| `fullscreen` | Boolean | If the emulator should start in fullscreen mode.                                               |\n| `fs`         | Boolean | The same as `fullscreen`.                                                                      |\n| `debug`      | Boolean | If the \"debugger\" should start visible and information shown in `verbose` mode.                |\n| `verbose`    | Boolean | If information should be shown in verbose mode.                                                |\n| `keyboard`   | Boolean | If the on-screen keyboard should start visible.                                                |\n| `palette`    | String  | The name of the palette to be set at startup( eg: `christmas`, `hogwards`, `mariobros`, etc.). |\n\n## Palettes\n\nThe palettes offered in the web version were provided by [TheWolfBunny64](https://www.deviantart.com/thewolfbunny).\n\n## Inspiration\n\nTo get some information about the resources that inspired me through the emulation creation journey check [Inspiration](doc/inspiration.md).\n\n## Contributing\n\nLove Gameboy emulation? Want to contribute to Boytacean? That's awesome! Your contributions are what make the open-source community such an amazing place to learn, inspire, and create.\n\nTo get started, please take a look at our [Contributing Guidelines](CONTRIBUTING.md). Whether you're fixing bugs, adding new features, or helping with documentation, every contribution is valuable and greatly appreciated!\n\nDon't hesitate to reach out if you have any questions. Join us in making Boytacean the best Gameboy emulator out there!\n\n## License\n\nBoytacean is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).\n\n## Build Automation\n\n[![Build Status](https://github.com/joamag/boytacean/workflows/Main%20Workflow/badge.svg)](https://github.com/joamag/boytacean/actions)\n[![crates Status](https://img.shields.io/crates/v/boytacean)](https://crates.io/crates/boytacean)\n[![npm Status](https://img.shields.io/npm/v/boytacean.svg)](https://www.npmjs.com/package/boytacean)\n[![PyPi Status](https://img.shields.io/pypi/v/boytacean.svg)](https://pypi.python.org/pypi/boytacean)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoamag%2Fboytacean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoamag%2Fboytacean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoamag%2Fboytacean/lists"}