rainbowcreatures / FlashyWrappers

AIR / Flash video recording SDK
17 stars 10 forks source link

hi #57

Open thekee04 opened 2 years ago

thekee04 commented 2 years ago

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

rainbowcreatures commented 2 years ago

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

thekee04 commented 2 years ago

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?

rainbowcreatures commented 2 years ago

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 commented 2 years ago

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.