Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaishuu0123/chip-8-with-dear-imgui

CHIP-8 emulator by Go and Dear ImGUI
https://github.com/kaishuu0123/chip-8-with-dear-imgui

chip8 chip8-emulator emulator imgui

Last synced: 23 days ago
JSON representation

CHIP-8 emulator by Go and Dear ImGUI

Awesome Lists containing this project

README

        

# Chip-8 with Dear ImGUI

Default
BRIX

## Dependencies

* GLFW
* Dear ImGUI
* PortAudio

```
$ brew install glfw portaudio
```

## Run this app

```
go run cmd/chip-8-with-dear-imgui/*.go
```