I have been designing and implementing a way to use native code on mobile and desktop platforms. For a few of the native features that are in the core (like this) they will instead be used to test the sdk at first.
The SDK will support Android jar/NDK plugins and iOS native objc/c++ plugins.
Part of the system is already in place (in fact this is how snow is loaded on mobile!) but there are things to consider for making the SDK easy to use.
The basic approach is simply including a snow_sdk.h file in your plugin, and it will give you all snow system events, and allow you to dispatch events, etc.
I have been designing and implementing a way to use native code on mobile and desktop platforms. For a few of the native features that are in the core (like this) they will instead be used to test the sdk at first.
The SDK will support Android jar/NDK plugins and iOS native objc/c++ plugins.
Part of the system is already in place (in fact this is how snow is loaded on mobile!) but there are things to consider for making the SDK easy to use.
The basic approach is simply including a
snow_sdk.hfile in your plugin, and it will give you all snow system events, and allow you to dispatch events, etc.