Git Product home page Git Product logo

miyoosdk's Introduction

Miyoo SDK

Docker environment for developing Miyoo Linux apps.

miyoo

Introduction

Miyoo is a handheld retro game emulator. It supports a variety of classic game emulators and indie games, which are generally based on the SDL framework. This repo provides a battery included environment for compiling graphics apps on Miyoo. A simplest demo app is also available.

Usage

Make sure you have Docker installed. Just init the environment with precompiled toolchain:

cd MiyooSDK
wget https://fe-lab.gaoding.com/miyoo/toolchain.tar.gz

docker pull debian:9
docker build -t miyoo_sdk .

Then we have the miyoo_sdk docker image ready. We can try out the toolchain in terminal now:

docker run -it --rm miyoo_sdk

Build demo app:

cd demo

# Run make inside container
docker run -d --rm -v `pwd`:/root miyoo_sdk make

This 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 documentation about using links.

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.

About Miyoo Development

This toolchain is compatible with Miyoo, PocketGO and New BittBoy handheld, whose CPU model is Allwinner F1C100S.

For 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 and MiyooCFW project.

Credit

Toolchain courtesy of Steward ๐Ÿ…

miyoosdk's People

Contributors

doodlewind avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.