{"id":28990514,"url":"https://github.com/raphgl/chip8","last_synced_at":"2025-10-19T12:40:25.801Z","repository":{"id":161581280,"uuid":"636269117","full_name":"RaphGL/Chip8","owner":"RaphGL","description":"Chip8 Emulator written in C11","archived":false,"fork":false,"pushed_at":"2024-04-12T12:04:11.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-12T19:36:58.767Z","etag":null,"topics":["chip8-emulator","emulator"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RaphGL.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-05-04T13:24:48.000Z","updated_at":"2023-06-11T22:14:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"d18c27ec-5922-4f5b-8ca8-dfe23416f5f6","html_url":"https://github.com/RaphGL/Chip8","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RaphGL/Chip8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaphGL%2FChip8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaphGL%2FChip8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaphGL%2FChip8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaphGL%2FChip8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaphGL","download_url":"https://codeload.github.com/RaphGL/Chip8/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaphGL%2FChip8/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261777776,"owners_count":23208130,"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","emulator"],"created_at":"2025-06-25T00:11:46.155Z","updated_at":"2025-10-19T12:40:20.730Z","avatar_url":"https://github.com/RaphGL.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chip8\nA Chip8 Emulator written in C11.\n\nNote: This emulator implements all of Chip8's spec. While it can display video, play audio and generally works, it has not been tested and polished enough, so bugs should be expected on some roms.\n\n## Installation\nUsing meson (preferred):\n```sh\n$ meson configure build -Dbuildtype=release\n$ meson compile -C build\n```\n\nYOLO:\n```sh\n$ gcc -lm -lSDL2 -std=c11 -O2 src/*.c -o chip8\n```\n\n\n## Usage\n```sh\n$ chip8 \u003cpath_to_rom\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphgl%2Fchip8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphgl%2Fchip8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphgl%2Fchip8/lists"}