{"id":26747028,"url":"https://github.com/zerasul/dockerretro","last_synced_at":"2025-03-28T09:16:35.474Z","repository":{"id":45378685,"uuid":"438406254","full_name":"zerasul/dockerretro","owner":"zerasul","description":"DockerFiles for retro development","archived":false,"fork":false,"pushed_at":"2022-02-23T16:56:43.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-06T12:21:22.092Z","etag":null,"topics":["cross-compile","devkitpro","docker","gba","nds","retro","sdl2"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/zerasul.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}},"created_at":"2021-12-14T21:33:29.000Z","updated_at":"2023-08-06T12:21:22.093Z","dependencies_parsed_at":"2022-09-06T17:30:44.590Z","dependency_job_id":null,"html_url":"https://github.com/zerasul/dockerretro","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerasul%2Fdockerretro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerasul%2Fdockerretro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerasul%2Fdockerretro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerasul%2Fdockerretro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerasul","download_url":"https://codeload.github.com/zerasul/dockerretro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245999616,"owners_count":20707572,"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":["cross-compile","devkitpro","docker","gba","nds","retro","sdl2"],"created_at":"2025-03-28T09:16:34.887Z","updated_at":"2025-03-28T09:16:35.463Z","avatar_url":"https://github.com/zerasul.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Retro Docker files\n\nThis repo have some Dockerfiles with information for Create a development environment for [Devkitpro](https://devkitpro.org/) ARM Development (for GameBoy Advance and Nintendo DS) or SDL2 Linux Development.\n\nThis is only for demostration pruposes.\n\nYou have 3 folders:\n\n* GBA: create a docker image with devkitpro libraries and tools and generate a volume for compile and generate gba roms.\n* NDS: create a docker image with devkitpro libraries and tools and generate a volume for compile and generate nds roms.\n* SDL: Create a docker image with SDL2 for linux or using cross compiling with mingw32.\n\n## Build image\n\n```bash\ndocker build -t \u003ctag\u003e .\n```\n\n## Compile and generate Rom\n\n* gba\n\n```bash\ndocker run --rm -v \u003cpath-to-your-makefile\u003e:/src/gba gba\n```\n\n* nds\n\n```bash\ndocker run --rm -v \u003cpath-to-your-makefile\u003e:/src/nds nds\n```\n\n* sdl\n\nFor Linux\n\n```bash\ndocker run --rm -v \u003cpath-to-your-makefile\u003e:/src/sdl2 sdl make all\n```\n\nFor Windows\n\n```bash\ndocker run --rm -v \u003cpath-to-your-makefile\u003e:/src/sdl2 sdl make game.zip\n```\n\nYou can find a template or example in the next repositories.\n\n* gba: [https://github.com/devkitPro/gba-examples](https://github.com/devkitPro/gba-examples)\n\n* nds: [https://github.com/LaJaqueria/nds-examples](https://github.com/LaJaqueria/nds-examples)\n\n* sdl: [https://github.com/emiliollbb/taller_sdl](https://github.com/emiliollbb/taller_sdl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerasul%2Fdockerretro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerasul%2Fdockerretro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerasul%2Fdockerretro/lists"}