Philippe Elsass
Philippe Elsass
Make sure to use https://github.com/elsassph/haxe-modular and not this old example repo. All the shared classes (including Std) will be deduplicated and put in the main module. There is currently no...
Read up the modular readme. You will have to do a few changes to use it compared to this sample. Require (as in commonjs' require) is used very minimally and...
I did quite a bit of SWF splitting in my time; the Flex compiler had the needed features for that - It may be possible to do it in Haxe...
I didn't try, and example would me to implement it. Do you set the BatchItem.texture property after having changed the frame? This is required to recompute the item's texture data....
Yes, I've improved/cloned it in the last 2 projects I shared. It may be time to package it.
Sorry then, that was another noobish mistake from me :) On Thu, Mar 1, 2012 at 9:21 PM, clemos < [email protected] > wrote: > > Hi Philippe, > > I...
If you have a developer key, I think it should generate the provisioning profile automatically.
In xcode Organizer (Command+Shift+2): - Library > Provisioning profiles: check Automatic Device Provisioning - Devices > Your iOS Device > Add Device to Provisioning Portal In xcode Project: - Project...
Can you comment if you want to continue taking care of the openfl-tilelayer?