An open API service indexing awesome lists of open source software.

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++.

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.