A multithreaded chip 8 emulator written in C++ with Qt6 and SDL2
Requires: SDL2, Qt6
Install and play space invaders:
git clone https://github.com/gregstula/cmake
make cmake && make test
Manually using cmake
cmake -S . -B build
cmake --build build
.build/chip8 [rom]
Please see LICENSE file.
