Skip to content

self-contained and lightweight object orientation handler in Lua

License

Notifications You must be signed in to change notification settings

alphafantomu/orcus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Orcus

A self-contained and lightweight object orientation handler in Lua.

Installation

  • This package uses the lit package manager, run lit install alphafantomu/orcus
  • If you're using this in a self-contained binary through Luvi, you may include it inside package.lua as well alphafantomu/orcus
  • You can reference the library using require('orcus')

Features

  • Mixins
  • Single inheritance
  • Casting
  • Class ancestry initilization (disabled by default)
  • Getter support (optional)

Documentation

You can find API documentation here.

License

This project has an MIT license

Contact

  • Discord: Arivistraliavatoriar#2678

About

self-contained and lightweight object orientation handler in Lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages