Table of Contents
ppGB (plus plus GameBoy emulator) is a GameBoy Emulator written in C++.
This project aims to implement a basic featured Gameboy Emulator that will allow the user to play simple games like Tetris at their convenience, while exhibiting good software engineering practices like version control, build systems, documentation, etc.
This project uses SDL3 SDL2 as a dependency.
You can install SDL2 on Arch Linux from the extra repository as
sudo pacman -S sdl2
On linux mint and similar systems
sudo apt-get install libsdl2-2.0.0
Note
SDL3 is newly released and not stable. Up until April 3rd I was trying to use SDL3 not realising that it simply was not functional yet