Difference between revisions of "MiddleClass"

(moved wiki to Github)
m (Class keyword)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
__TOC__
+
https://github.com/kikito/middleclass
  
This is an object-oriented library for Lua.
+
A clean object-orientation framework for Lua, well-documented and tested.
  
If you are familiar with Object Orientation in other languages (C++, Java, Ruby ... ) then you will probably find this library very easy to use.
+
==Features==
 
+
* Metamethod support(except __index and __newindex)
The code is reasonably commented, so you might want to employ some time in reading through it, in order to gain insight of Lua's amazing flexibility.
+
* Straightforward and fast
 
+
* [https://github.com/kikito/middleclass-commons Class-Commons support]
==Questions==
 
Please refer to the [http://love2d.org/forum/viewtopic.php?f=5&t=1053 forum post] if you have any questions/issues/bugfixes.
 
  
 
==Docs==
 
==Docs==
The documentation has been moved to the [https://github.com/kikito/middleclass/wiki Github wiki]
+
The documentation can be found on the [https://github.com/kikito/middleclass/wiki Github wiki]
  
 
== See Also ==
 
== See Also ==
 
* [[Libraries]]
 
* [[Libraries]]
  
{{#set:LOVE Version=0.6.1}}
+
{{#set:LOVE Version=Any}}
{{#set:Description=More 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

Docs

The documentation can be found on the Github wiki

See Also