Gly Game Engine 0.0.11
Game engine in lua
Loading...
Searching...
No Matches
Love2D

wrapper arounds love library

Building as Love2D

Games made with Gly Engine can be transformed into Love2D games, with many extra high-level features that do not exist originally.
features
  • json encoding/decoding
  • garbage collector
  • http requests
  • grid system
  • bus system
usage
lua cli.lua build yourgame.lua --core love2d

Generating .love file from Love2D

This command is a general purpose utility for games made in love, not necessarily made with the gly engine, it is just a utility to correctly zip your game and distribute it easily.
lua cli.lua tool-love-zip ./dist/

Generating .exe file from Love2D

Todo
coming soon

Unpacking .lua files from Love2D

Todo
coming soon