vopi's chip8 emu (this is relatively bad code, but for historical reasons, I'm keeping it)
1234
qwer
asdf
zxcv
https://gitlab.com/vopi181/vChip/pipelines currently only linux is set to autobuild
- Install VCPKG
- Install SFML:x64-windows using VCPKG
- Build (WILL PROBABLY NEED TO CHANGE WHERE THE VCPKG FOLDER IS LOCATED IN THE CMAKEFILE)
- Copy DLLs (From VCPKG install folder to output dir)
- Launch using vChip.exe "roms/ROMHERE"
Although I use linux daily, I happened to code the GUI specific parts on windows so I can't promise building it works perfectly
- Install SFML (atleast system, window, graphics sfml libs) from your package manager (APT, pacman, brew, ports etc)
- Try to build
- If it works, play!
- If not, mess with cmake to fix your issue finding SMFL libs
- Please file in issue with the fix
- Launch using ./vChip "roms/ROMHERE"
- Install Doxygen
- Run
doxygen
ordoxygen Doxyfile
- Open docs/index.html in a browser