How to Bind external libraries

There are a few libraries alread written in c\c++ to handle image manipulation. I know that some of these can be bound to lua but I just can’t figure out the process. Has anyone done external library binding? How what is the process to get this done and working with Corona? Is this allowed?

thanks,
Jason [import]uid: 5687 topic_id: 3577 reply_id: 303577[/import]

Sorry, this is not allowed. You can only access libraries written in Lua and limited to the features currently supported by the Corona SDK. You can’t link to libraries outside of Lua or to the iPhone APIs.

You can attempt to persuade us to add your specific library to the SDK, the proper forum is: http://developer.anscamobile.com/forums/features-and-roadmap

Good luck! [import]uid: 6787 topic_id: 3577 reply_id: 17195[/import]

this would be a nice feature when it comes to implementing steering behaviors, pathfinding, AI and other more taxing processes.

one in particular i’d like to integrate is http://mvmotionai.sourceforge.net/ [import]uid: 35826 topic_id: 3577 reply_id: 27345[/import]