Replies: 2 comments 10 replies
-
If you want to write a library in C# to implement an ANE, you'd also need a thin wrapper library that can be loaded by AIR and exposes the C-style functions that are required in the documentation and listed in the extension XML file. So it's possible, but not directly.. See e.g. https://stackoverflow.com/questions/2425212/exporting-functions-from-a-c-sharp-class-library |
Beta Was this translation helpful? Give feedback.
-
This may be a good entry point -> https://github.com/tuarua/FreSharp |
Beta Was this translation helpful? Give feedback.
-
Hey guys,
This may seem like a very low level question to you… Just, I'm very disconnected from the AIR/AS3 developer community, much of what I know about AIR/AS3 comes from Adobe's document and my own experimentation. So, wishing this question won't let u feel strange…
I had read referances from https://help.adobe.com/en_US/air/extensions/index.html , it seems Adobe only offer C and Java language version ANE API source code (And i haven't find where the code be offered…).
So pls forgive my ignorance… Is it possible to develop ANEs with C Sharp? At first i just thought to develop native program with C#, and call 'em with
NativeProcess
. But then i thought, if there's cross-platform advantages, why don't i take it?I know that frameworks like Xamarin can develop cross-platform program with C#. But can it develop ANEs?
ActionScript now has low market share in my country, so i have to try other languages in case i "Unemployment upon graduation".
Thank you all.
Beta Was this translation helpful? Give feedback.
All reactions