{"id":19788307,"url":"https://github.com/guuzzeji/chip-8-emu-3d","last_synced_at":"2025-10-12T01:48:18.435Z","repository":{"id":209092337,"uuid":"723206958","full_name":"Guuzzeji/chip-8-emu-3d","owner":"Guuzzeji","description":"A chip 8 emulator that runs in 3D using Golang and Raylib","archived":false,"fork":false,"pushed_at":"2023-11-25T00:08:29.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-22T07:34:04.347Z","etag":null,"topics":["chip-8","chip8-emulator","emulators","golang","raylib-go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Guuzzeji.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-25T00:02:06.000Z","updated_at":"2023-11-25T00:19:59.000Z","dependencies_parsed_at":"2023-11-25T02:25:09.507Z","dependency_job_id":"8f5e857d-0fc5-4407-954b-22b4d2ac6e13","html_url":"https://github.com/Guuzzeji/chip-8-emu-3d","commit_stats":null,"previous_names":["guuzzeji/chip-8-emu-3d"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Guuzzeji/chip-8-emu-3d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guuzzeji%2Fchip-8-emu-3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guuzzeji%2Fchip-8-emu-3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guuzzeji%2Fchip-8-emu-3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guuzzeji%2Fchip-8-emu-3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Guuzzeji","download_url":"https://codeload.github.com/Guuzzeji/chip-8-emu-3d/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guuzzeji%2Fchip-8-emu-3d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009791,"owners_count":26084648,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["chip-8","chip8-emulator","emulators","golang","raylib-go"],"created_at":"2024-11-12T06:26:48.318Z","updated_at":"2025-10-12T01:48:18.401Z","avatar_url":"https://github.com/Guuzzeji.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3D Chip 8 Emulator\n\nA Golang Chip-8 emulator that runs in 3D, through the power of raylib. There are some bugs with the emulator, but always everything is there, just need some fine tuning to get everything to work.\n\n## Video Demo\n\nhttps://github.com/Guuzzeji/chip-8-emu-3d/assets/46883697/b567106d-f98d-4462-93a9-1931ecf455b1\n\n## How to run\n\n```bash\ngo run ./\n```\n\n## Controls\n\t- Keyboard = 1:  Chip 8 = 1\n    - Keyboard = 2:  Chip 8 = 2\n    - Keyboard = 3:  Chip 8 = 3\n    - Keyboard = 4:  Chip 8 = c\n\n    - Keyboard = Q:  Chip 8 = 4\n    - keyboard = W:  Chip 8 = 5\n    - Keyboard = E:  Chip 8 = 6\n    - Keyboard = R:  Chip 8 = D\n  \n    - Keyboard = A:  Chip 8 = 7\n    - Keyboard = S:  Chip 8 = 8\n    - Keyboard = D:  Chip 8 = 9\n    - Keyboard = F:  Chip 8 = E\n  \n    - Keyboard = Z:  Chip 8 = A\n    - Keyboard = X:  Chip 8 = O\n    - Keyboard = C:  Chip 8 = B\n    - Keyboard = V:  Chip 8 = F\n\nTo move around in 3D space, press `~` key, and use WASD to move around, just like any other video game.\n\n### Chip 8 emulator resources used to create Golang emulator\n- https://tobiasvl.github.io/blog/write-a-chip-8-emulator/\n- https://www.taniarascia.com/writing-an-emulator-in-javascript-chip8/#index-register\n- https://github.com/taniarascia/chip8/blob/master/data/instructionSet.js\n- https://www.freecodecamp.org/news/creating-your-very-own-chip-8-emulator/\n- https://github.com/ericgrandt/chip8-emulator/blob/master/scripts/cpu.js\n- https://www.developer.com/languages/golang-bitwise-operators/\n- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM#00E0\n- https://www.youtube.com/watch?v=Nv8J_Ruc280\n- https://github.com/skatiyar/go-chip8/blob/master/emulator/emulator.go\n- https://chip.netlify.app/emulator/\n- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM#0.0\n- https://pkg.go.dev/github.com/gen2brain/raylib-go/raylib#GetKeyPressed\n- https://www.raylib.com/cheatsheet/cheatsheet.html\n- http://devernay.free.fr/hacks/chip8/chip8def.htm\n- https://johnearnest.github.io/Octo/docs/chip8ref.pdf\n- https://en.wikipedia.org/wiki/CHIP-8\n- https://github.com/NoetherianRing/Chip-8/blob/master/chip8/instructions.go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguuzzeji%2Fchip-8-emu-3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguuzzeji%2Fchip-8-emu-3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguuzzeji%2Fchip-8-emu-3d/lists"}