-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Roland edited this page Jan 14, 2016
·
13 revisions
30log, which stands for 30 Lines Of Goodness, is an object-orientation framework written for the Lua programming language. The source code is completely free and MIT-licensed. 30log is compatible with Lua 5.1, Lua 5.2, Lua 5.3 and LuaJIT.
Download the latest stable release of 30log.
Current release is 1.0.0. See Version History.
Alternatively, you can also get the latest up-to-date version using LuaRocks.
luarocks install 30log
Then, add 30log in your code.
local class = require '30log'