Skip to content

TomDotBat/lua-class-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

ClassLoader - A Java-like class loader for Lua.

Example Usage

Description

ClassLoader is a library that brings an easy-to-use and clean interface to the object-oriented programming paradigm in Lua.

It aims to help Lua developers write OOP code quickly and easily, without the need for in-depth knowledge of metatables and implementing your own loader.

Documentation

Visit the Wiki to find helpful information on the usage of this library and more.

Versions

Try it out

Visit the ClassLoader Replit to see it in action.