The Lua Class System

Hi guys,

I wanted to let you know that we have just put up for sale the Lua Class System on binpress.

So, what is the Lua Class System?

It’s a small yet powerful library which helps in the implementation of object-oriented programming in Lua. Can be used for Lua engines such as: Corona SDK, Cocos2d, Love, Moai, etc.

Features:

  • Creating classes and instances Create classes and instances of them in just a few simple lines of code.

  • Inheritance Use inheritance to include features of another class.

  • Multiple inheritance Use multiple inheritance to get variables and methods of several other classes in a simpe way.

  • Overriding operators Override mathematical operators for a certain class such as multiplication, subtraction and addition.

  • Useful functions and methods Several useful functions implemented in the source code.

  • Documentation with examples A thorough documentation with several examples showing you how exactly you can use the Lua Class System library.

Read what more it offers here: http://www.binpress.com/app/lua-class-system/2847