Code Monkey home page Code Monkey logo

love2d-miyoo-mini's Introduction

Love2D for the Miyoo Mini (Plus)

This repository contains a port of the Love2D (version 11.5) game engine for the Miyoo Mini (Plus) handheld gaming device. The port is based on the SDL2 libraries by Steward.

Installation

To install Love2D on your Miyoo Mini (Plus), follow these steps:

  1. Copy the love folder from this repository to /mnt/SDCARD/App/ on your Miyoo Mini (Plus). The final path should be /mnt/SDCARD/App/love.

  2. Copy the Love2D game files you want to run to the game folder located at /mnt/SDCARD/App/love/game. This repository includes a demo app, so replace the existing files if necessary.

Compatibility

What works

  • Graphics rendering
  • Image loading and display
  • Font loading and rendering

What doesn't work

  • Audio playback is significantly slower than expected.
  • MP3 playback is not supported.

Additional Considerations

When developing a Love2D game for the Miyoo Mini (Plus), it's important to set the default configuration values in the conf.lua file to account for the device's specifications. Here's an example:

function love.conf(t)
    t.window.width = 640
    t.window.height = 480
    t.window.fullscreentype = "exclusive"
    t.window.fullscreen = true
    t.window.vsync = 0
end

Acknowledgements

This port wouldn't have been possible without the contributions of the following individuals:

  • Steward for the SDL2 port and the virtual GPU implementation with SwiftShader.
  • XK9274 for the Pico-8 wrapper that inspired and guided this project.

Thank you for your hard work and dedication to the Miyoo Mini (Plus) community!

love2d-miyoo-mini's People

Contributors

viczar avatar

Watchers

 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.