Skip to content

NexLua v0.2

Latest

Choose a tag to compare

@JustLikeCheese JustLikeCheese released this 15 Dec 13:25
· 4 commits to main since this release

NexLua Project

  • update .gitignore to hide .idea directory
  • update project README.md
  • update project official documentation website
  • add github actions workflow to auto update mirror repository
  • add maven publish script
  • split luajava and nexlua into two modules: core and native for dynamic

App

  • implement a simple editor
  • add full test activity
  • add nexlua icon

LuaJava

  • use c99 instead of c++ and refactor all sources for performance
  • update luajit static library (see git commit history)
  • simplify ClassUtils for performance
  • remove unused luajit header files
  • refactor all sources code
  • implement full luajava library
  • implement LuaMetatable interface

NexLua

  • add LuaAccessibilityService
  • add LuaResources
  • add LuaModule
  • update LuaConfig to non-static class for dynamic
  • simplify LuaUtil

Full Changelog: v0.1-beta...v0.2