lynx-seu / sdk

LuaMobile SDK core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuaMobile SDK

This project is aimed to easy the development of mobile applications that are easy to extend, native and cross-platform thanks to the flexibility and power of Lua, LuaJIT and LÖVE.

Please report your issues and feedback to: https://github.com/LuaMobile/sdk/issues

Dependencies

Building apps with LuaMobile

Configure your project settings

In order to start building your app, please create a file called config.mk. Please see the template file example_config.mk for reference.

Android packager

AndroidManifest.xml along with other customizable settings and goodies are available into the folder Android/decoded, see Game Packaging.

Just run the following commands:

$ cd Android
$ make

iOS packager

Not implemented yet. Do you want it sooner? We accept pull requests!

Running local

The root folder has a general Makefile so you can generate the game.love file, then just run it.

$ make
$ love game.love

Similar projects

LoveToAndroid is an app packager for Windows.

Credits

The Android packager is possible thanks to the Android Port of LÖVE by Martin Felis.

About

LuaMobile SDK core

License:MIT License


Languages

Language:Smali 98.1%Language:Lua 1.3%Language:Makefile 0.7%