Re: tvOS (Apple Tv)
Posted: Fri Sep 11, 2015 1:30 pm
It is possible to call Apple's iOS APIs directly in Lua if you use LuaJIT's FFI (you might want to get a helper library like this, though – or one that works well on iOS.)
Assuming the iOS version of SDL has controller support.Jasoco wrote:tvOS has support for controllers, and most controllers are modeled after the 360 controller so the same controller APIs could still work.
It doesn't (yet), mostly because I don't own a compatible controller to test with...T-Bone wrote:Assuming the iOS version of SDL has controller support.
OMG thanks a lot!!! This is mostly what I was referring to. Time to cook something useful.slime wrote:It is possible to call Apple's iOS APIs directly in Lua if you use LuaJIT's FFI (you might want to get a helper library like this, though – or one that works well on iOS.)