{"id":22553647,"url":"https://github.com/drhelius/demo-emulator","last_synced_at":"2025-04-10T04:22:28.323Z","repository":{"id":57602396,"uuid":"69501752","full_name":"drhelius/demo-emulator","owner":"drhelius","description":"Nintendo Game Boy emulator written in Go to be used in workshops about emulator programming","archived":false,"fork":false,"pushed_at":"2020-04-05T17:50:13.000Z","size":5529,"stargazers_count":47,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T05:43:23.590Z","etag":null,"topics":["emulation","emulator","emulator-programming","game-boy","gameboy","gameboy-emulator","glfw","go","golang","opengl","tutorial"],"latest_commit_sha":null,"homepage":"http://twitter.com/drhelius","language":"Go","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/drhelius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"drhelius","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2016-09-28T20:36:59.000Z","updated_at":"2024-10-13T12:00:45.000Z","dependencies_parsed_at":"2022-09-26T16:40:34.141Z","dependency_job_id":null,"html_url":"https://github.com/drhelius/demo-emulator","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/drhelius%2Fdemo-emulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drhelius%2Fdemo-emulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drhelius%2Fdemo-emulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drhelius%2Fdemo-emulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drhelius","download_url":"https://codeload.github.com/drhelius/demo-emulator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248155517,"owners_count":21056653,"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":["emulation","emulator","emulator-programming","game-boy","gameboy","gameboy-emulator","glfw","go","golang","opengl","tutorial"],"created_at":"2024-12-07T18:10:36.280Z","updated_at":"2025-04-10T04:22:28.301Z","avatar_url":"https://github.com/drhelius.png","language":"Go","funding_links":["https://github.com/sponsors/drhelius"],"categories":[],"sub_categories":[],"readme":"demo-emulator [![Build Status](https://travis-ci.org/drhelius/demo-emulator.svg?branch=master)](https://travis-ci.org/drhelius/demo-emulator)\n=======\n\u003cb\u003eCopyright \u0026copy; 2016 by Ignacio Sanchez\u003c/b\u003e\n\nNintendo Game Boy emulator written in Go to be used in workshops about emulator programming.\n\nFollow me on Twitter for updates: http://twitter.com/drhelius\n\n![Screenshot](/screenshots/screenshot1.png \"Screenshot\") ![Screenshot](/screenshots/screenshot2.png \"Screenshot\")\n\nPresentation\n------------\n\nhttps://speakerdeck.com/drhelius/8-bit-emulator-programming-with-go\n\nRequirements\n------------\n\nBefore you start, make sure you have Go installed and ready to build applications: https://golang.org/doc/install\n\nOnce you have a working Go environment you'll need to install the following dependecies:\n\n#### Windows\n\n- GCC 64 bit installed: http://tdm-gcc.tdragon.net/download\n\n#### Linux\n\n- Ubuntu: \u003ccode\u003esudo apt-get install build-essential libgl1-mesa-dev xorg-dev\u003c/code\u003e\n- Fedora: \u003ccode\u003esudo dnf install @development-tools libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel mesa-libGL-devel libXi-devel\u003c/code\u003e\n\n#### Mac OS X\n\n- You need Xcode or Command Line Tools for Xcode (\u003ccode\u003excode-select --install\u003c/code\u003e) for required headers and libraries.\n\nBuilding\n--------\nRun this command to let Go download and build the sources. You don't even need to clone this repo, Go will do it for you:\n\n```\ngo get -u github.com/drhelius/demo-emulator\n```\n\nRunning\n-------\nOnce built you can find the emulator binary in \u003ccode\u003e$GOPATH/bin\u003c/code\u003e. Use it with the \u003ccode\u003e-rom\u003c/code\u003e argument in order to load a Game Boy ROM file:\n\n```\n$GOPATH/bin/demo-emulator -rom path/to/your_rom.gb\n```\n\nControls\n--------\n```\nSTART = Enter\nSELECT = Space\nA = S\nB = A\nPad = Cursors\n```\n\n\nLicense\n-------\n\n\u003ci\u003eThis program is free software: you can redistribute it and/or modify\u003c/i\u003e\n\u003ci\u003eit under the terms of the GNU General Public License as published by\u003c/i\u003e\n\u003ci\u003ethe Free Software Foundation, either version 3 of the License, or\u003c/i\u003e\n\u003ci\u003eany later version.\u003c/i\u003e\n\n\u003ci\u003eThis program is distributed in the hope that it will be useful,\u003c/i\u003e\n\u003ci\u003ebut WITHOUT ANY WARRANTY; without even the implied warranty of\u003c/i\u003e\n\u003ci\u003eMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\u003c/i\u003e\n\u003ci\u003eGNU General Public License for more details.\u003c/i\u003e\n\n\u003ci\u003eYou should have received a copy of the GNU General Public License\u003c/i\u003e\n\u003ci\u003ealong with this program.  If not, see http://www.gnu.org/licenses/\u003c/i\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrhelius%2Fdemo-emulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrhelius%2Fdemo-emulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrhelius%2Fdemo-emulator/lists"}