Tangent128 / luasdl2

A pure C binding of SDL 2.0 for Lua 5.1, Lua 5.2, and LuaJIT.
ISC License
385 stars 74 forks source link

Any news regarding android? #23

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello! A while ago I asked the same question regarding android.Do you got any news? Can we access opengl and opengl es?

Tangent128 commented 9 years ago

The current status, unfortunately, is simply "the code itself should work with Android, since it only depends on Lua and SDL2 which both in turn support Android, but the current build system has no way to target Android so you'll have to set up the project yourself."

I am not in a position to change that right now; however, I will happily accept patches that add that support.

ghost commented 9 years ago

Okay,glad to hear that! I have one more question.After making all the .so how do I start the examples with sublime text? I'm not use to work with .so files and lua

ghost commented 9 years ago

Also an IRC channel on freenode would be nice!

ghost commented 9 years ago

How can I distribute my game?

Tangent128 commented 9 years ago

If you are referring to distribution on Android, I can't help there. You'd need to ask an Android forum.

If you mean just distributing to desktop systems via a zip file, then you would need to bundle:

srlua might be able to help, but I haven't used it.