lua-users home
lua-l archive

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


2012/6/12 Tim Mensch <tim-lua-l@bitgems.com>:
> On 6/11/2012 4:37 AM, Alexander Gladysh wrote:
>>
>> Anyone has Lua as a Unity3D plugin for Windows and OS X?
>
>
> ShiVa 3D is a similar game engine to Unity, only it uses Lua as its
> scripting language. It supports "Windows, Mac OS, Linux, iPhone, Android,
> BlackBerry, Palm, Wii and the iPad."
>
> Tim
>
> [1] http://stonetrip.com/
>

Just FYI, its Lua environment has some different ... say conventions
for certain (minor) things. Like the usage of "this" keyword. I am not
sure if they really re-implemented something to introduce this new
keyword, or just replaced "self", which can be considered as a syntax
sugar when using colon invocation, with "this".

(However a preliminary search found out that "this" is used without
colon-style function defs, well.)

best,
Johnson Lin