Skip to content

vopi181/vChip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b0929ba · Dec 22, 2017

History

61 Commits
Jun 20, 2017
Jun 12, 2017
Jun 17, 2017
Jun 19, 2017
Jun 20, 2017
Jun 18, 2017
Jun 20, 2017
Jun 19, 2017
Jul 6, 2017
Dec 22, 2017
Jul 22, 2017
Jun 19, 2017

Repository files navigation

vChip

vopi's chip8 emu

Screen Shots

Screenshot 1

Keys

1234
qwer
asdf
zxcv

Prebuilt Binaries

https://gitlab.com/vopi181/vChip/pipelines currently only linux is set to autobuild

Building on Windows

  1. Install VCPKG
  2. Install SFML:x64-windows using VCPKG
  3. Build (WILL PROBABLY NEED TO CHANGE WHERE THE VCPKG FOLDER IS LOCATED IN THE CMAKEFILE)
  4. Copy DLLs (From VCPKG install folder to output dir)
  5. Launch using vChip.exe "roms/ROMHERE"

Building on Linux/Unix-like (OSX, *BSD)

Although I use linux daily, I happened to code the GUI specific parts on windows so I can't promise building it works perfectly

  1. Install SFML (atleast system, window, graphics sfml libs) from your package manager (APT, pacman, brew, ports etc)
  2. Try to build
  3. If it works, play!
  4. If not, mess with cmake to fix your issue finding SMFL libs
  5. Please file in issue with the fix
  6. Launch using ./vChip "roms/ROMHERE"

DOCUMENTATION BUILD INSTRUCTIONS

  1. Install Doxygen
  2. Run doxygen or doxygen Doxyfile
  3. Open docs/index.html in a browser