Glu is a cross-platform GUI for running Lua scripts. The app includes
a statically embedded Lua interpreter (v 5.4.7) as well as built-in
functions and modules that allow Lua programmers to create 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
Main changes in this release:
* Fixed a bug that caused Glu to crash on Silicon Macs.
* Fixed bugs handling filenames with underscores or ampersands
in the Run Recent submenu.
* Floating point numbers can now be passed into all canvas functions
that take pixel locations or dimensions:
create, resize, copy, paste, scale, setpixel, getpixel, ellipse,
fill, flood, font, line, linewidth, load, save.
Some new and updated scripts have been added to the curated
collection (select "Download Script..." from Glu's File menu):
Set:
https://glu1.sourceforge.io/screenshots/set.png
Klondike:
https://glu1.sourceforge.io/screenshots/klondike.png
VortexMath:
https://glu1.sourceforge.io/screenshots/vortex.png
TrappedKnight:
https://glu1.sourceforge.io/screenshots/trapped.png
Enjoy!
Andrew