Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianvazelle/chip8
🎮 A Chip8 emulator
https://github.com/florianvazelle/chip8
chip8 emulator
Last synced: 7 days ago
JSON representation
🎮 A Chip8 emulator
- Host: GitHub
- URL: https://github.com/florianvazelle/chip8
- Owner: florianvazelle
- Created: 2021-11-03T14:17:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T16:15:13.000Z (about 3 years ago)
- Last Synced: 2024-10-31T21:43:03.929Z (about 2 months ago)
- Topics: chip8, emulator
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chip8
## Building
### Build and run the standalone target
Use the following commands to build and run the executable target.
```bash
xmake -y
xmake run chip8 -h
```## Dependencies
- C++17 compiler :
- Visual Studio 2016
- GCC 7+ or Clang 8+
- [XMake](https://xmake.io/) for build system creation (>= 3.12)