{"id":21822957,"url":"https://github.com/justcabbage/chip-8-emulator","last_synced_at":"2026-02-05T05:34:07.592Z","repository":{"id":254849314,"uuid":"785790493","full_name":"JustCabbage/CHIP-8-Emulator","owner":"JustCabbage","description":"An emulator for CHIP-8 written in C++20 and SFML","archived":false,"fork":false,"pushed_at":"2024-08-26T12:51:38.000Z","size":126,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-15T07:33:19.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/JustCabbage.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,"zenodo":null}},"created_at":"2024-04-12T16:20:58.000Z","updated_at":"2024-08-26T12:51:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"a32d0ffd-8cda-4ab6-a2db-30e1dd761586","html_url":"https://github.com/JustCabbage/CHIP-8-Emulator","commit_stats":null,"previous_names":["justcabbage/chip-8-emulator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JustCabbage/CHIP-8-Emulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustCabbage%2FCHIP-8-Emulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustCabbage%2FCHIP-8-Emulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustCabbage%2FCHIP-8-Emulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustCabbage%2FCHIP-8-Emulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JustCabbage","download_url":"https://codeload.github.com/JustCabbage/CHIP-8-Emulator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustCabbage%2FCHIP-8-Emulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29113704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-27T17:18:44.401Z","updated_at":"2026-02-05T05:34:07.587Z","avatar_url":"https://github.com/JustCabbage.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CHIP-8 Emulator [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\n\n## What is this\nThis is a relatively finished implementation of the [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8) virtual machine written in C++20 and [SFML](https://www.sfml-dev.org/). \n\n**This emulator currently does not have any sound output at the moment. This feature will be added at some point in the future.**\n\n## Building\n\nTo build this project you must have [CMake](https://cmake.org/) installed. This project should also clone all relevant dependencies for you.\n\n```bash\ngit clone https://github.com/JustCabbage/CHIP-8-Emulator --recursive\ncd CHIP-8-Emulator \u0026\u0026 mkdir build \u0026\u0026 cd build\ncmake .. \u0026\u0026 cmake --build .\n```\n\n## Controls\n```\nCHIP-8                  Keyboard\n1    2    3    C        1    2    3    4\n4    5    6    D        Q    W    E    R\n7    8    9    E        A    S    D    F\nA    0    B    F        Z    X    C    V\n```\n\n## Screenshots\n\n![Home](https://raw.github.com/JustCabbage/CHIP-8-Emulator/master/Screenshots/home.png)\n![Menu](https://raw.github.com/JustCabbage/CHIP-8-Emulator/master/Screenshots/menu.png)\n![Flags](https://raw.github.com/JustCabbage/CHIP-8-Emulator/master/Screenshots/flags.png)\n![Keypad](https://raw.github.com/JustCabbage/CHIP-8-Emulator/master/Screenshots/keypad.png)\n![SpaceInvaders](https://raw.github.com/JustCabbage/CHIP-8-Emulator/master/Screenshots/space-invaders.png)\n\n## Credits\n - [CHIP-8 Documentation](http://devernay.free.fr/hacks/chip8/C8TECH10.HTM)\n - [CHIP-8 Test Suite](https://github.com/Timendus/chip8-test-suite)\n - [SFML](https://www.sfml-dev.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustcabbage%2Fchip-8-emulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustcabbage%2Fchip-8-emulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustcabbage%2Fchip-8-emulator/lists"}