Skip to content

Commit

Permalink
Haxelib release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-git committed Jun 7, 2020
1 parent 4921321 commit dd55d89
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Starling GAF Player OpenFL
# GAF Player OpenFL Starling 1.8 version

OpenFL port of latest Starling GAF Player (https://github.com/CatalystApps/StarlingGAFPlayer)

Done with help of as3hx (https://github.com/HaxeFoundation/as3hx)

Work with OpenFL Starling 1.8 branch (https://github.com/openfl/starling/tree/v1.8)
OpenFL Starling 2.xx may require small fixes

Works for flash and html5 targets (others not checked, but could work)
Works with OpenFL Starling 1.8 branch (https://github.com/openfl/starling/tree/v1.8)

Support work with zip files and nested movies (see demo)

Added base GAFTextField implementation, if work don't satisfy disable with GAFTextField.useTempTextField = false;

Not implemented ATF support in GAF, Sound not checked, but should work

# Dependencies
zip library https://github.com/starburst997/haxe-zip

haxe format library (needed for zip library)
16 changes: 16 additions & 0 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "gafplayer-starling",
"url": "https://github.com/andrew-git/StarlingGAFPlayerOpenFL",
"license": "MIT",
"tags": ["gaf", "openfl", "starling", "cross", "js", "flash", "cpp", "game", "android", "ios"],
"description": "GAF Player OpenFL Starling",
"version": "1.0.0",
"releasenote": "Release GAF Player OpenFL Starling 1.8 version",
"contributors": [ "andrew" ],
"classPath": "src/",
"dependencies": {
"openfl": "",
"starling": "1.8.16",
"zip": ""
}
}

0 comments on commit dd55d89

Please sign in to comment.