Page 1 of 1

Advice on third party libs through FFI

Posted: Mon Jan 27, 2014 4:36 pm
by Ragzouken
Hey, I'm wondering if anyone can give me some advice on using third party libs through FFI. I'd like to use this: http://luapower.com/clipper.html but I'm not sure what the consequences are for distributing my game - am I going to need to build the library myself for different platforms, and will it even be possible for me to support Linux generically?

Re: Advice on third party libs through FFI

Posted: Wed Feb 05, 2014 7:52 pm
by cosminap
Hi,

For that binding in particular, and for all bindings on luapower.com, binaries and build scripts are included and build instructions are on the website.

Currently, 32bit Windows and 32bit and 64bit Linux are supported, and OSX will be in the future too.