/coffeeoo

A simple object oriented library for lua (with inheritance)

Primary LanguageLuaGNU Lesser General Public License v3.0LGPL-3.0

Unmaintained project!

I might take another stab at this, but at the moment I no longer plan on developing this.

CoffeeOO

What is CoffeeOO

CoffeeOO is my own lua object oriented library. It implements inheritance, allows overriding operators, and comes with a few built-in classes.

How to use it

See the minecraft-inspired exemples in the exemples directory. They show how to create classes, instantiate objects, and basic inheritance.