Nexus Instance is a framework meant to simplify the
creation of classes in Lua, both in terms of syntax and
being able to have the context of "super". The framework
includes a base NexusObject
class, as well as a more
powerful NexusInstance
class to allow for locking
of properties and a Changed
event.
Documentation for the framework and utilities can be found on the GitHub pages for this project. The docs folder can also be used since it has all of the markdown files.
Both issues and pull requests are accepted for this project. More information can be found here.
Nexus Instance is available under the terms of the MIT Licence. See LICENSE for details.