An open API service indexing awesome lists of open source software.

https://github.com/alphafantomu/orcus

self-contained and lightweight object orientation handler in Lua
https://github.com/alphafantomu/orcus

Last synced: about 2 months ago
JSON representation

self-contained and lightweight object orientation handler in Lua

Awesome Lists containing this project

README

          

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

## Installation
- This package uses the [lit](https://github.com/luvit/lit) package manager, run `lit install alphafantomu/orcus`
- If you're using this in a self-contained binary through [Luvi](https://github.com/luvit/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](https://github.com/alphafantomu/orcus/wiki).

## License
This project has an [MIT license](/LICENSE)

## Contact
- Discord: `Arivistraliavatoriar#2678`