Skip to content

First GLuaFixer release!

Compare
Choose a tag to compare
@FPtje FPtje released this 25 Jul 12:40
· 705 commits to master since this release

Whammo! Download the executables here!

Windows

Download WINDOWS.zip and unpack it somewhere.

Usage:

  • Double click gluafixer.exe
  • Open a Lua file
  • Save the fixed version somewhere else

OR

Run the following command in the command prompt to pretty print the contents of file.lua to the console. Omitting stdout will open a Save File dialog.

gluafixer-console.exe file.lua stdout

Linux

Download gluafixer-linux. You will need GTK 2 for it to work.

You can either double click it (like in Windows) or use it like the command line program described above. Make sure the file is marked executable with chmod +x!