Skip to content

mgthomas99/Luna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luna Framework

Luna

Lua OOP framework. Luna allows you to write classes and instantiate objects using familiar syntax from other popular object-oriented languages such as Java and JavaScript.

Using

To use Luna, reference it from your Lua script using the following code:

	package.path = package.path .. ";" .. "path/to/lib/folder"
	Luna = require("Luna/luna")

See examples/importing-luna for an example.

Credit

Icons made by Pixel perfect from www.flaticon.com is licensed by CC 3.0 BY

Releases

No releases published

Packages

No packages published

Languages