Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levshx/nim-chip8
chip8 emulator written on nim-lang
https://github.com/levshx/nim-chip8
chip-8 chip8 chip8-emulator nim-lang
Last synced: 8 days ago
JSON representation
chip8 emulator written on nim-lang
- Host: GitHub
- URL: https://github.com/levshx/nim-chip8
- Owner: levshx
- Created: 2022-10-11T19:14:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T18:42:26.000Z (3 months ago)
- Last Synced: 2024-08-29T20:57:47.957Z (3 months ago)
- Topics: chip-8, chip8, chip8-emulator, nim-lang
- Language: Nim
- Homepage:
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nim-chip8
chip8 emulator written on nim-lang[![nim-chip8](https://raw.githubusercontent.com/levshx/nim-chip8/main/readme/screen.jpg)](https://github.com/levshx/nim-chip8)
## Bugs
Keyboard input is not finalized. Commands of button press interrupts are not implemented.
CPU currently has 4 bugs under test:
[![nim-chip8](https://raw.githubusercontent.com/levshx/nim-chip8/main/Errors.jpg)](https://github.com/levshx/nim-chip8)