# cpp-plain-nes-emulator **Repository Path**: EEPPEE_admin/cpp-plain-nes-emulator ## Basic Information - **Project Name**: cpp-plain-nes-emulator - **Description**: nes game emulator, change to branch build-works and build on windows, temp close commit. - **Primary Language**: C++ - **License**: MIT - **Default Branch**: build-works - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-18 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: NES-emulator, Cpp, SFML ## README # Plain NES Game Emulator - ref links: https://github.com/amhndu/SimpleNES, https://www.nesdev.org/wiki/ - test only on windows # project structure - dir docs - dir 3rd - dir cmake - dir include - dir src - dir test-nes-data - some script for testing or help building # 3rd party deps (I provided for windows) - SFML(simple and fast media library) # build from source (support cmake and makefile?) ```bash # cmake --system-information information.txt # default build for my windows platform # cmake -B build # cmake --build build --config=Release # ignore linux build, I don't provide cmakelists.txt to build linux version # windows make-exe.cmd ``` # MIT LICENSE # Thanks for opensource - @amhndu