Skip to content
/ sdk Public

LuaMobile SDK core (this project is no longer actively maintained)

License

Notifications You must be signed in to change notification settings

LuaMobile/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (this project is no longer actively maintained)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published