{"id":19956290,"url":"https://github.com/jamesduncombe/dip","last_synced_at":"2026-06-14T07:32:57.850Z","repository":{"id":140083782,"uuid":"253875191","full_name":"jamesduncombe/dip","owner":"jamesduncombe","description":"CHIP-8 emulator/interpreter","archived":false,"fork":false,"pushed_at":"2020-10-11T12:56:25.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T15:44:02.814Z","etag":null,"topics":["c","chip-8","chip8","chip8-emulator","emulators","interpreter","sdl2"],"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/jamesduncombe.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,"publiccode":null,"codemeta":null}},"created_at":"2020-04-07T18:11:08.000Z","updated_at":"2024-04-15T12:30:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a32fc77-f54d-4729-bc1e-a61539910bc8","html_url":"https://github.com/jamesduncombe/dip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jamesduncombe/dip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesduncombe%2Fdip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesduncombe%2Fdip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesduncombe%2Fdip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesduncombe%2Fdip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesduncombe","download_url":"https://codeload.github.com/jamesduncombe/dip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesduncombe%2Fdip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34313515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["c","chip-8","chip8","chip8-emulator","emulators","interpreter","sdl2"],"created_at":"2024-11-13T01:32:26.754Z","updated_at":"2026-06-14T07:32:57.800Z","avatar_url":"https://github.com/jamesduncombe.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dip 🕹\n\nEmulator / interpreter for the CHIP-8 VM.\n\nOn MacOS...\n\n![Space Invaders on CHIP8](./invaders.png)\n\nOn an [ESP32](https://heltec.org/project/wifi-kit-32/) after some porting...\n\n![Space Invaders on Heltec ESP32 Wifi Kit 32](./esp32-space-invaders.jpg)\n\n## Building\n\nDip depends on [SDL2](https://www.libsdl.org/) and [SDL2_gfx](https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/).\n\nTo build under a Debian/Ubuntu based system:\n\n```\napt-get install build-essential libsdl2-dev libsdl2-gfx-dev\n```\n\nUnder MacOS, assuming you have Homebrew and clang installed, it's:\n\n```\nbrew install sdl2 sdl2_gfx\n```\n\nWindows... I have no idea 🤩\n\nOnce you have those installed you should be able to build Dip with `make`.\n\nThen spin it up with:\n\n```\n./dip -r [path to rom file]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesduncombe%2Fdip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesduncombe%2Fdip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesduncombe%2Fdip/lists"}