A GameBoy Emulator written in C++ using the SDL2 library
Windows binaries are available for download in the releases section for unix compile instructions will be below
$ sudo pacman -S sdl2 cmake
$ sudo apt-get install libsdl2-dev cmake
$ brew install sdl2 cmake
$ git clone https://github.com/KolbyML/gameboy-emulator.git
$ cd gameboy-emulator
$ cmake --configure .
$ cmake --build .
Congratz 🥳🎉🎉
Drag and drop a GameBoy rom onto gameboy-emulator.exe
or in the terminal run
./gameboy-emulator <rom location> <optional args etc (--help, --debug)>