Giter VIP home page Giter VIP logo

gnash-miyoo's Introduction

Gnash MiyooCFW/OpenDingux/GKD/Funkey/ port

This is a trimmed down port of Gnash for OpenDingux compatible devices. Some ports will need a boost folder relative to the Makefile. However, it only needs the headers.

(Previously you would need to compile boost program options but that dependency has been removed)

Here are the list of dependencies required for this port of Gnash :

  • libc
  • an STL C++ library
  • SDL 1.2 (Although the codebase supports fbdev, i would recommend you avoid that if possible)

Installation

Note: in these instructions, it is presumed you use the MiyooCFW custom firmware on your device.

  1. Download the latest release ZIP-file or IPK-package over at Releases.

  2. ZIP: Extract the gnash*.zip content to $HOME directory on your device

    IPK: Launch gnash.ipk from GMenu2X's Explorer.

Compatibility

Supports only ActionScript 2.0 games and below possibly

Build instructions

> PC

To build on Linux machine you should have these dependencies installed: libgif-dev libswscale-dev libavformat-dev libavcodec-dev ffmpeg

> MiyooCFW

For MiyooCFW build use static musl buildroot configuration from bittboy_2020_static-musl tree:

git clone https://github.com/MiyooCFW/buildroot
cd buildroot
git checkout bittboy_2020_static-musl
sudo make sdk
cd output/images
gzip -d arm-miyoo-linux-musleabi_sdk-buildroot.tar.gz
tar xvf arm-miyoo-linux-musleabi_sdk-buildroot.tar
mv arm-miyoo-linux-musleabi_sdk-buildroot miyoo
sudo cp -a miyoo /opt/

then run Makefile.miyoo inside git repository to build gnash binary:

make -f Makeile.miyoo

append ipk or zip option to build distribution packages.

> PGO

It is recommended that you profile your final build before release for max performance, use these variables for that:

  • PROFILE=YES to generate *.gcda files at runtime
  • PROFILE=APPLY to apply generated profile at compile time

Notes

For more optimization you can try to comprese & reduce accuracy of graphics by converting *.swf with Flash Optimizer (nonfree commercial)

gnash-miyoo's People

Contributors

bwy avatar bastiaanjacques avatar nihilus avatar gg0 avatar petterreinholdtsen avatar naugler avatar nachanon avatar hicham-haouari avatar joncrider avatar vipw avatar russnelson avatar adek336 avatar kylezou avatar gameblabla avatar sortie avatar strk avatar brad0 avatar saste avatar maximi89 avatar jasonwoof avatar trisk avatar aballier avatar apaczer avatar edman007 avatar georgethomas111 avatar tjyrinki avatar daghovland avatar mtsio avatar sleep-walker avatar darkdefender avatar

Stargazers

koutsie avatar Sergey Karatkevich 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.