Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaishuu0123/chip-8-with-dear-imgui
- Owner: kaishuu0123
- License: other
- Created: 2022-04-12T03:12:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T04:27:22.000Z (over 2 years ago)
- Last Synced: 2023-03-23T18:21:20.852Z (almost 2 years ago)
- Topics: chip8, chip8-emulator, emulator, imgui
- Language: Go
- Homepage:
- Size: 5.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chip-8 with Dear ImGUI
## Dependencies
* GLFW
* Dear ImGUI
* PortAudio```
$ brew install glfw portaudio
```## Run this app
```
go run cmd/chip-8-with-dear-imgui/*.go
```