¶
Draft
A Lua class library.
Draft is an easy-to-use class library targeting Lemur and Roblox.
Draft makes object oriented abstraction easy. - Build classes effortlessly - Create interfaces and abstract classes - Remove the complexity of abstraction
Installation¶
If your project is on a filesystem, just place the contents of the
lib
directory your project. Then, use a tool such as
Rojo to sync Draft into your project. That's all.
Simply require Draft to begin using it.
For more detailed installation instructions, check out our getting started page.
Using Draft¶
Once Draft is installed, usage is very simple. Requiring Draft provides a straightforward API for all of Draft's functions and classes.
local Draft = require(game:GetService("ReplicatedStorage").Draft)
-- TODO: Create a minimal example of usage
Its that easy. Check out the user guide to learn more. Our API reference contains a complete reference for all of Draft's functions and classes.