FlashyWrappers icon indicating copy to clipboard operation
FlashyWrappers copied to clipboard

hi

Open thekee04 opened this issue 3 years ago • 4 comments

dunno if ur still alive, but where can i get the com.rainbowcreatures.FWEncoderANE but for mac? im tryna make a mac version of a ssf2 mod and i need this ANE

thekee04 avatar Jan 11 '22 20:01 thekee04

I'm definitely alive but not very active on github. Best to write me an email at [email protected]. If you're still interested feel free to ping me....mac version should be part of the package.

rainbowcreatures avatar Feb 12 '22 18:02 rainbowcreatures

Heya, I managed to sort of fix the problem o was having without needing a mac ANE. Question is, how important are the native extension DLL files?

thekee04 avatar Feb 13 '22 09:02 thekee04

Hmm DLL sounds like Windows. So I'm a bit confused which platform are we talking about. And which DLL's exacly. And what does "important" mean :) Whatever I'm including in those native extensions is there for a purpose, generally speaking.

rainbowcreatures avatar Feb 18 '22 16:02 rainbowcreatures

Not sure if you're asking about difference between ANE's and the regular Flash plugin. Native extensions are always better because they are running native code, which is much faster. The Flash plugin which doesn't use any dll's etc. (in case of Windows) is cross compiled C++ code...it's pretty much AS3, a little optimized...but still slower than any native code.

rainbowcreatures avatar Feb 18 '22 16:02 rainbowcreatures