Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noisersup/chip8
CHIP-8 emulator written in Go
https://github.com/noisersup/chip8
Last synced: about 2 months ago
JSON representation
CHIP-8 emulator written in Go
- Host: GitHub
- URL: https://github.com/noisersup/chip8
- Owner: noisersup
- Created: 2021-07-03T15:20:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T13:00:14.000Z (almost 3 years ago)
- Last Synced: 2024-10-09T13:05:29.813Z (4 months ago)
- Language: Go
- Homepage:
- Size: 14.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![preview gif][preview]
# CHIP-8[preview]: ./chip8.gif
### An emulator of the CHIP-8 platform made in __Go__ with display in __OpenGL__
## Installation
```sh
make
./chip8-go
```
### Or if you just want to run it:
```sh
make run
```
## Requirements
- OpenGL
- libGL1( all requirements are specified in `shell.nix`. If you use Nix packet manager you can just type `nix-shell` )