Skip to content

gregstula/chip8

Repository files navigation

chip8

A multithreaded chip 8 emulator written in C++ with Qt6 and SDL2

space-invaders

Compiling

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

How to use with other ROMS

.build/chip8 [rom]

License

Please see LICENSE file.

About

A chip 8 emulator in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published