Difference between revisions of "MiddleClass"
(moved wiki to Github) |
Llamageddon (talk | contribs) (Updated the page and links) |
||
Line 1: | Line 1: | ||
− | + | 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 | |
− | + | * [https://github.com/kikito/middleclass-commons Class-Commons support] | |
− | == | ||
− | |||
==Docs== | ==Docs== | ||
− | The documentation | + | The documentation can be found on the [https://github.com/kikito/middleclass/wiki Github wiki] |
== See Also == | == See Also == | ||
* [[Libraries]] | * [[Libraries]] | ||
− | {{#set:LOVE Version= | + | {{#set:LOVE Version=ANY}} |
− | {{#set:Description= | + | {{#set:Description=Object-orientation for Lua}} |
[[Category:Libraries]] | [[Category:Libraries]] |
Revision as of 21:20, 19 October 2014
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