Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
/ ModeLua Public archive

Here's my tiny "from class to lua code" software

Notifications You must be signed in to change notification settings

narbonnais/ModeLua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModeLua

Here's my tiny "from class to lua code" software. It uses Löve2D v11.1 ( https://love2d.org/ )

Drag classes in the canvas, drag attributes and functions in the classes, double click to rename, then press the generate button. One file per class will be created, containing my simple implementation of class in Lua : every file will return a factory function and can be used like that :

local MyClassFactory = require("myClass")

local MyInstance = MyClassFactory()

About

Here's my tiny "from class to lua code" software

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages