lua-users home
lua-l archive

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


Hi all,

I have created a small project to simplify the distribution and launching of Lua applications across platforms.  The idea is that you can copy the skeleton directory structure for the target os/architecture and drop your Lua source files in the proper place, then double-clicking the binary will launch your application.  It borrows heavily from the way ZeroBraneStudio launches itself.

https://github.com/Oozlum/shuttle

Regards,
Chris
—
Chris Smith <space.dandy@icloud.com>