Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 889 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 889 Bytes

Dan's CHIP-8 Emulator

Nothing particularly special. Uses Raylib for graphics.

Building:

Dependencies:

argparse and fmtlib aren't exactly needed dependencies, I'm just lazy and also wanted coloured output for one lone error message 🤷‍♂️.

You can use the CMake option USE_FALLBACK to download and build these dependencies from source if you don't have them installed. Example:

cmake -B build -DUSE_FALLBACK=ON
cmake --build build

Resources Used:

There may have been more, I just can't remember them. Those were the primary sources, however.