C / GTK3 emulator for the CHIP-8 virtual machine.
To compile and install this project, you must ensure that make, cmake, gcc or clang and GTK development files are being correctly installed.
#> mkdir cmake-build
#> cd cmake-build
#> cmake -DCMAKE_BUILD_TYPE=Release ..
#> make
#> make install
This project is released under terms of the MIT license.
- Application icon is taken from the CHIP-8 ROM "Chip8 emulator Logo" by Garstyciuks.
- Header icons are created by Google and published on flaticon.com under CC 3.0 BY.