lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


LuaStudio 1.7.0 version release: https://scormpool.com/luastudio/

- recompiled with latest libraries
- android API 26 target (Google Play Store requirement)
  old link to API 14 apk still works.
- few new samples:
   1. /3D/Away3D/Intermediate_MouseInteraction/Main.lua
   2. /Str.lua
   3. /LuaC.lua

       1. In new 3D sample you can check how to load 3D OBJ file format (https://en.wikipedia.org/wiki/Wavefront_.obj_file), draw on textures, mouse/touchscreen interactions with 3D objects, ...

       2. New Str Lib extension. Collection of functions for strings:

       3. LUAC compiler included:

- exporter version 2.0

and many more small improvements and issue fixes