Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nubbsterr/chip8emulator
My experience with building a CHIP-8 emulator. Big props to Austin Morlan for his blog, which I followed for the creation of this project :)
https://github.com/nubbsterr/chip8emulator
chip8 chip8-emulator cplusplus embedded embedded-systems embeddedprogramming emulator gaming
Last synced: 11 days ago
JSON representation
My experience with building a CHIP-8 emulator. Big props to Austin Morlan for his blog, which I followed for the creation of this project :)
- Host: GitHub
- URL: https://github.com/nubbsterr/chip8emulator
- Owner: nubbsterr
- License: mit
- Created: 2025-01-21T01:51:20.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2025-01-21T02:11:25.000Z (12 days ago)
- Last Synced: 2025-01-21T02:30:42.715Z (12 days ago)
- Topics: chip8, chip8-emulator, cplusplus, embedded, embedded-systems, embeddedprogramming, emulator, gaming
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chip8emulator
My experience with building a CHIP-8 emulator. Big props to Austin Morlan for his blog, which I followed for the creation of this project :)# Current Project Status
I am currently in the process of developing this emulator. As of Jan. 20, I've gotten to loading ROM file contents, which is definitely a start. It is worth noting as well that this is NOT of my original work. This is entirely creditted to Austin Morlan's blog on building a CHIP-8 emulator.My big goal with this project is to understand the making of these kind of massive projects, which is why I plan to add lots of documentation to this codebase as it expands :)