{"id":17730773,"url":"https://github.com/kaandesu/chip8-emulator-go","last_synced_at":"2025-07-01T11:09:12.342Z","repository":{"id":254594365,"uuid":"847000859","full_name":"kaandesu/chip8-emulator-go","owner":"kaandesu","description":"CHIP-8 emulator/interpreter in Go","archived":false,"fork":false,"pushed_at":"2024-08-25T07:57:54.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-25T16:35:39.214Z","etag":null,"topics":["chip8-emulator","golang","interpeter","raylib"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaandesu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-24T15:07:40.000Z","updated_at":"2024-08-25T07:59:17.000Z","dependencies_parsed_at":"2024-10-26T02:44:56.110Z","dependency_job_id":"0203282b-b0d3-48a9-adeb-e36d73e9a081","html_url":"https://github.com/kaandesu/chip8-emulator-go","commit_stats":null,"previous_names":["kaandesu/chip8-emulator-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaandesu/chip8-emulator-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fchip8-emulator-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fchip8-emulator-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fchip8-emulator-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fchip8-emulator-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaandesu","download_url":"https://codeload.github.com/kaandesu/chip8-emulator-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fchip8-emulator-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262950389,"owners_count":23389645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chip8-emulator","golang","interpeter","raylib"],"created_at":"2024-10-25T22:07:48.939Z","updated_at":"2025-07-01T11:09:12.296Z","avatar_url":"https://github.com/kaandesu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CHIP-8 Emulator in Go\n\nThis is a simple CHIP-8 emulator written in Go using the Raylib library. The emulator reads CHIP-8 ROM files, interprets the instructions, and renders the output on a 64x32 pixel display (scaled by 8).\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"400\" src=\"./public/ss.png\"\u003e\n\u003c/div\u003e\n\n## Features\n\n- **Emulation of CHIP-8 instructions:** Supports basic CHIP-8 operations including memory management and drawing sprites.\n- **Rendering with Raylib:** Uses Raylib for rendering the CHIP-8 display, scaled up for better visibility.\n- **ROM Loading:** Load any CHIP-8 ROM file and run it in the emulator.\n\n## Prerequisites\n\n- **Go 1.18 or later**\n- **Raylib-Go binding:** Install the Raylib-Go bindings by following the instructions [here](https://github.com/gen2brain/raylib-go).\n\n## Installation\n\n1. Clone this repository:\n\n   ```sh\n   git clone https://github.com/kaandesu/chip8-emulator-go.git\n   cd chip8-emulator-go\n   ```\n\n2. Install the necessary Go dependencies::\n\n   ```sh\n   go get -u github.com/gen2brain/raylib-go/raylib\n   ```\n\n3. Compile and run the emulator::\n\n   ```sh\n   go run .\n   ```\n\n4. Usage\n\n- Place the CHIP-8 ROM file in the `./demos/` directory.\n\n- Modify the `LoadROM` function call in `setup()` to point to your ROM file:\n\n  ```go\n  err := Emulator.LoadROM(\"./demos/your-rom-file.ch8\")\n  ```\n\n- Run the emulator to start the CHIP-8 program.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaandesu%2Fchip8-emulator-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaandesu%2Fchip8-emulator-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaandesu%2Fchip8-emulator-go/lists"}