Difference between revisions of "MiddleClass"
Llamageddon (talk | contribs) (Updated the page and links) |
m (Class keyword) |
||
(One intermediate revision by one other user not shown) | |||
Line 14: | Line 14: | ||
* [[Libraries]] | * [[Libraries]] | ||
− | {{#set:LOVE Version= | + | {{#set:LOVE Version=Any}} |
{{#set:Description=Object-orientation for Lua}} | {{#set:Description=Object-orientation for Lua}} | ||
+ | {{#set:Keyword=Class}} | ||
[[Category:Libraries]] | [[Category:Libraries]] |
Latest revision as of 23:06, 9 February 2015
https://github.com/kikito/middleclass
A clean object-orientation framework for Lua, well-documented and tested.
Features
- Metamethod support(except __index and __newindex)
- Straightforward and fast
- Class-Commons support
Docs
The documentation can be found on the Github wiki