|
10 months ago | |
---|---|---|
build | 10 months ago | |
res | 1 year ago | |
src | 10 months ago | |
.gitignore | 10 months ago | |
CHANGELOG | 10 months ago | |
CMakeLists.txt | 10 months ago | |
LICENCE | 10 months ago | |
README.md | 10 months ago |
C8E is a threaded emulator for the Chip-8 platform written in C++. C8E is designed to be lightweight, efficient and threaded, while being cross-platform and supporting all possible features.
Include and Lib folders must be placed either in the project root directory, in C:/Programs/SDL2 (on Windows), or CMakeLists.txt must be edited to include the correct paths. These directories must be added under the link_directories and target_include_directories options.
To run the compiled binary, SDL runtime libraries must also be installed.
On Windows, C8E can be built by running CMAKE_WIN64.bat in the project build directory.
To run the compiled binary, SDL runtime libraries must also be installed.
Currently, Linux build scripts are incomplete, if you know how to use CMake, and how to link the requored libraries, it can be used to compile for Linux.
Copyright (C) 2019, Jakob Wakeling
All rights reserved.
OMKOV Permissive Licence