https://github.com/mateushmd/grown-up-boy
A Game Boy emulator written in C++.
https://github.com/mateushmd/grown-up-boy
cplusplus cpp emulation emulator gameboy gameboy-emulator
Last synced: 12 months ago
JSON representation
A Game Boy emulator written in C++.
- Host: GitHub
- URL: https://github.com/mateushmd/grown-up-boy
- Owner: mateushmd
- License: bsd-3-clause
- Created: 2025-02-01T03:44:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T21:19:58.000Z (about 1 year ago)
- Last Synced: 2025-06-04T05:54:05.059Z (about 1 year ago)
- Topics: cplusplus, cpp, emulation, emulator, gameboy, gameboy-emulator
- Language: C++
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grown Up Boy
*A Game Boy emulator built in `C++` for fun and learning.*
This emulator is a personal project focused on learning and experimentation. It is not guaranteed to be the most efficient or the most accurate implementation.
## Building
The project requires `CMake` and `SDL3` to compile.
For faster compilation, consider using `Ninja` as the build system.
### Linux
Run the `build.sh` script an automated build with `Ninja`:
```
./build.sh
```
If you are using the `Nix` package manager, run:
```
nix-shell
```
in the project's root directory to resolve all dependencies automatically.