{"id":13783022,"url":"https://github.com/erikmansson/chip-seven","last_synced_at":"2026-01-22T09:38:54.128Z","repository":{"id":81559617,"uuid":"118171496","full_name":"erikmansson/chip-seven","owner":"erikmansson","description":"A simple CHIP-8 interpreter for Linux written in C","archived":false,"fork":false,"pushed_at":"2018-01-23T23:47:17.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-17T18:32:19.258Z","etag":null,"topics":["c","chip-8","chip8","emulator","glad","glfw","interpreter","linux","opengl"],"latest_commit_sha":null,"homepage":"","language":"C","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/erikmansson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-01-19T19:54:39.000Z","updated_at":"2021-04-26T17:04:08.000Z","dependencies_parsed_at":"2023-07-16T09:46:16.364Z","dependency_job_id":null,"html_url":"https://github.com/erikmansson/chip-seven","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikmansson%2Fchip-seven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikmansson%2Fchip-seven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikmansson%2Fchip-seven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikmansson%2Fchip-seven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erikmansson","download_url":"https://codeload.github.com/erikmansson/chip-seven/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253604389,"owners_count":21934852,"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":["c","chip-8","chip8","emulator","glad","glfw","interpreter","linux","opengl"],"created_at":"2024-08-03T18:01:51.249Z","updated_at":"2026-01-22T09:38:54.081Z","avatar_url":"https://github.com/erikmansson.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"chip-seven\n==========\n\nA simple CHIP-8 interpreter for Linux written in C. Uses OpenGL ([GLFW](https://github.com/glfw/glfw) and [glad](https://github.com/Dav1dde/glad)) to render the display.\n\n### Dependencies\n#### GLFW\nFollow [this](http://www.glfw.org/docs/latest/compile_guide.html) guide, or my tl;dr version:\n\nMake sure `libglfw3`, `xorg-dev` and `cmake` is installed, then:\n```\ngit clone git@github.com:glfw/glfw.git\ncd glfw\ncmake -DBUILD_SHARED_LIBS=ON .\nmake\nsudo make install\n```\n\n#### glad\nTo install:\n```\npip install glad\n```\n\nIn the root directory, run:\n```\npython -m glad --generator c --no-loader --local-files --out-path lib/glad\n```\n\n### Build\nIn the root directory, run:\n```\nmake\n```\n\nThat's it, chip-seven should now appear in the root directory.\n\n### Run\n```\n./chip-seven \u003cpath-to-program\u003e\n```\n\nKeys are mapped to 1-4 down to Z-V.\n\n### Get some games to run\n- http://www.pong-story.com/chip8/\n- https://github.com/badlogic/chip8/tree/master/roms\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikmansson%2Fchip-seven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferikmansson%2Fchip-seven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikmansson%2Fchip-seven/lists"}