Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidtranhq/qtboy
A Game Boy and Game Boy Color emulator written in C++ with the Qt framework.
https://github.com/davidtranhq/qtboy
emulator game-boy
Last synced: 2 months ago
JSON representation
A Game Boy and Game Boy Color emulator written in C++ with the Qt framework.
- Host: GitHub
- URL: https://github.com/davidtranhq/qtboy
- Owner: davidtranhq
- License: mit
- Created: 2019-08-19T22:43:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T02:19:54.000Z (9 months ago)
- Last Synced: 2024-10-09T09:45:57.628Z (3 months ago)
- Topics: emulator, game-boy
- Language: C++
- Homepage:
- Size: 34.2 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QtBoy
A Game Boy and Game Boy Color emulator written in C++ using [Qt 5.13](https://qt.io). Get the latest release [here](https://github.com/davidtranhq/Qtboy/releases).
## Build
[Install Qt](https://doc.qt.io/qt-5/gettingstarted.html) and load the project file located under platforms/qt/gameboy/gameboy.pro with Qt Creator.
## Controls
Key|Control
---|---
Arrow Up|:arrow_up:
Arrow Down|:arrow_down:
Arrow Left|:arrow_left:
Arrow Right|:arrow_right:
D|:a:
S|:b:
Enter|Start
Shift|Select
Space|Turbo## Screenshots
![Pokemon Gold](docs/preview/pokemon_gold.png)![Link's Awakening](docs/preview/links_awakening.png)![Super Mario Land](docs/preview/super_mario_land.png)![Shantae](docs/preview/shantae.png)
### Debugger
![Debugger](docs/preview/debugger_preview.png)
### Disassembler
![Disassembler](docs/preview/disassembler_preview.png)
### VRAM Viewer
![VRAM Viewer](docs/preview/vram_viewer_preview.png)