8000 GitHub - axiom-co/framework: A feather light game framework for Luau
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

axiom-co/framework

Repository files navigation

lumin/framework

package npm build discord

A feather light framework for Luau games.

Prerequisites

In order to use lumin/framework you must have the following dependencies installed:

Usage

This usage examples creates a new, and basic provider that uses a dependency.

local Dependency = require(path.to.dependency)

local function Init()
    Dependency.NuclearExplosion()
end

return {
    Init = Init,
    Uses = { Dependency } -- Makes the dependency init before this module
}

License

This project is licensed under the MIT license

About

A feather light game framework for Luau

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Contributors 7

Languages

0