Skip to content

mgerhold/Chip8Emulator

Repository files navigation

CHIP-8 Emulator

Build Status

What is this?

This is my humble CHIP-8 emulator. If you've never heard of the CHIP-8, please refer to Wikipedia. It is written in C++ and uses OpenGL for rendering. While the sound delay timer is implemented, it is not capable of playing sound at the moment.

Dependencies

Documentation

You can find the doxygen-generated documentation here.

How to build?

The easiest way to build this project is to use CMake and Vcpkg. Please refer to the documentation for the individual steps.

Platforms

This project has been tested with Windows 10 (64 Bit, MSVC) and Linux (64 Bit, GCC).

Where to get roms?

You can find a collection of roms here.

Demonstration

You can find a little demonstration video on YouTube: CHIP-8 demo video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages