dingyi222666 / MyLuaApp

MyLuaApp is a light and faster software run in Android Arm Devices to develop Android software with Lua or Java.
GNU Affero General Public License v3.0
7 stars 0 forks source link
android editor java lua

MyLuaApp

GitHub license Telegram QQ
Minimum SDK CI Build Stauts

English | 中文

It's Work In Progress.The project is still in the alpha stage, and most of the Features are not implemented (such as build module). At present, this project can not be fully run.

MyLuaApp is a light and faster software run in Android Arm Devices to develop Android software with Lua or Java.

You can use lua to develop Android software! The project use AndroLua_pro runtime environment of the software, run much faster than the original AndroLua

If you've never used Lua before, that's fine. You can still use Java to develop software, which support java or mixed of Lua and Java to develop, but there is no support plan for ndk for the time being.

This project used Lua to parse the project configuration script. Based on the flexibility of lua, it may even be possible to dynamically add packaging tasks to the build system in the future.

Features

Features marked with an asterisk (*) represent feature currently development

Build

  1. Clone this repository to local.
  2. Open it on Android Studio.
  3. Use gradle to build it.

Contribution

We welcome everyone to Contribution this project, you can create an issue or submit pull requests, we welcome contributions to anyone!

Test Version

Use github actions, the alpha version of the project can be automatically packaged every time it is committed. Click here. To get the alpha version of the project generated by the last committed.

Discuss