https://github.com/activexdiamond/cruxclass
A collection of some addons/edits to middleclass, a Lua OOP library.
https://github.com/activexdiamond/cruxclass
Last synced: 3 months ago
JSON representation
A collection of some addons/edits to middleclass, a Lua OOP library.
- Host: GitHub
- URL: https://github.com/activexdiamond/cruxclass
- Owner: ActivexDiamond
- Created: 2019-10-27T06:23:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T08:50:12.000Z (over 6 years ago)
- Last Synced: 2025-03-12T04:44:37.751Z (over 1 year ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cruxclass
A collection of some addons/edits to middleclass, a Lua OOP library.
- CruxClass: A nickname for Middleclass augmented with both MixingEdit and NamingRevamp at once.
- MixinEdit: Updates isInstanceOf and isSubclassOf to handle mixins.
- NamingRevamp: Revamps middleclass's naming conventions to be more uniform.
Note: Overload and Enum having nothing to do with cruxclass, and are only here until I get around to fleshing them out, and moving them into their own repos.