{"id":16321498,"url":"https://github.com/doodlewind/miyoosdk","last_synced_at":"2026-03-05T16:49:42.020Z","repository":{"id":53612961,"uuid":"224425102","full_name":"doodlewind/MiyooSDK","owner":"doodlewind","description":"🐳 Docker environment for developing Miyoo Linux apps.","archived":false,"fork":false,"pushed_at":"2021-03-21T01:12:52.000Z","size":47,"stargazers_count":25,"open_issues_count":4,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-13T20:08:46.942Z","etag":null,"topics":["docker-image","gui","linux","linux-app","miyoo","retro","sdl"],"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/doodlewind.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":"2019-11-27T12:23:34.000Z","updated_at":"2025-05-13T03:38:40.000Z","dependencies_parsed_at":"2022-09-11T02:12:11.255Z","dependency_job_id":null,"html_url":"https://github.com/doodlewind/MiyooSDK","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doodlewind/MiyooSDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2FMiyooSDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2FMiyooSDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2FMiyooSDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2FMiyooSDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doodlewind","download_url":"https://codeload.github.com/doodlewind/MiyooSDK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2FMiyooSDK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003506,"owners_count":26083594,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","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":["docker-image","gui","linux","linux-app","miyoo","retro","sdl"],"created_at":"2024-10-10T22:47:57.237Z","updated_at":"2025-10-10T10:21:36.937Z","avatar_url":"https://github.com/doodlewind.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Miyoo SDK\nDocker environment for developing Miyoo Linux apps.\n\n![miyoo](./miyoo.jpg)\n\n## Introduction\nMiyoo is a handheld retro game emulator. It supports a variety of classic game emulators and indie games, which are generally based on the [SDL](https://www.libsdl.org/) framework. This repo provides a battery included environment for compiling graphics apps on Miyoo. A [simplest demo app](./demo) is also available.\n\n## Usage\nMake sure you have [Docker](https://www.docker.com/) installed. Just init the environment with precompiled toolchain:\n\n``` bash\ncd MiyooSDK\nwget https://fe-lab.gaoding.com/miyoo/toolchain.tar.gz\n\ndocker pull debian:9\ndocker build -t miyoo_sdk .\n```\n\nThen we have the `miyoo_sdk` docker image ready. We can try out the toolchain in terminal now:\n\n``` bash\ndocker run -it --rm miyoo_sdk\n```\n\nBuild demo app:\n\n``` bash\ncd demo\n\n# Run make inside container\ndocker run -d --rm -v `pwd`:/root miyoo_sdk make\n```\n\nThis should compile the `demo/demo.out` output, just copy this file to SD card, and start it from the App Installer on Miyoo. For a standalone icon entry, checkout the [GMenu2X](https://mtorromeo.github.io/gmenu2x/documentation/) documentation about using links.\n\n\u003e For multi app projects, we can use this approach to compile them separately. The image itself always remain clean and immutable after builds, which doesn't contradict to reuse build cache in your host FS.\n\n## About Miyoo Development\nThis toolchain is compatible with Miyoo, PocketGO and New BittBoy handheld, whose CPU model is Allwinner F1C100S.\n\nFor app development, you don't have to build the firmware from scratch, just focus on compiling the app binary. If you are intereted in building CFW, please checkout the [Miyoo](https://github.com/steward-fu/miyoo) and [MiyooCFW](https://github.com/TriForceX/MiyooCFW) project.\n\n## Credit\nToolchain courtesy of [Steward](https://github.com/steward-fu/) 🏅\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodlewind%2Fmiyoosdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoodlewind%2Fmiyoosdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodlewind%2Fmiyoosdk/lists"}