Skip to content

Instantly share code, notes, and snippets.

@tmskst
Last active August 10, 2016 07:13
Show Gist options
  • Save tmskst/9912248 to your computer and use it in GitHub Desktop.
Save tmskst/9912248 to your computer and use it in GitHub Desktop.
HaxeでStarlingを使う
-swf-lib ./lib/starling.swc
--macro patchTypes('starling.patch')
-starling.core.RenderSupport.clear
-starling.core.Starling.contentScaleFactor
-starling.core.Starling.context
-starling.core.Starling.juggler
@tmskst
Copy link
Author

tmskst commented Apr 1, 2014

haxe -swf nothing.swf --no-output -swf-lib ./lib/starling.swc --gen-hx-classes --macro patchTypes('starling.patch')

としてextern定義の書き出しもできる。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment