Skip to content

A CHIP-8 emulator written in C++ using raylib.

License

Notifications You must be signed in to change notification settings

SuperWig/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A CHIP-8 emulator written in C++ using raylib.

Resources

License

Stars

Watchers

Forks

Packages

No packages published