Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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` )