I'm new to Gideros and really like the plug-in feature to extend Gideros. I have a C# library that I'd like to use but is not one of the languages supported. Which means then that I have to recode in one of the supported languages. Any workaround to this? Thanks.
Comments
http://giderosmobile.com/DevCenter/index.php/Gideros_plugins
All you could probably do from C# is to create a dll, which could be used in Windows desktop player.
How hard would it be to port this library to C++ or use C++ alternative if one is available?