lua-users home
lua-l archive

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


I installed the Mac version. It asked me if I wanted to grant access to my Documents directory and I said "no". That was a mistake apparently. The app crashes without that. Now I can't get it to ask me for that permission again. Do you know how I can fix that?

On Wed, May 17, 2023 at 10:14 PM Andrew Trevorrow <andrewtrevorrow@gmail.com> wrote:
Glu is a cross-platform GUI for running Lua scripts.  The app includes
a statically embedded Lua interpreter (v 5.4.6) as well as built-in functions
and modules that allow Lua programmers to create 2D graphics and
interactive applications.

Glu is free, open source (MIT license) and runs on Windows/Mac/Linux.
Download links and screenshots can be found here:

https://glu1.sourceforge.io

The biggest change in this release is that the canvas now uses
TrueType fonts instead of system-dependent fonts.  This makes it easier
to ensure that a script will look the same on all platforms (the only
differences will be due to screen resolution and/or color profile).

One recent addition to the curated collection (download it by
selecting "Download Script..." from Glu's File menu):

* HatLife.lua implements various cellular automata rules on an
aperiodic tiling using the recently discovered monotile known
as the hat.  Here's a screenshot:

https://glu1.sourceforge.io/screenshots/hatlife.png

Enjoy!



--
R. Mark Volkmann
Object Computing, Inc.