Skip to main content

Jabby

Jabby, by alicesaidhi, is a Debugger developed for Jecs, an ECS library by Ukendio. This Plugin handles all setup to add the Planck Scheduler to Jabby.

You can install it with,

[dependencies]
PlanckJabby = "yetanotherclown/planck-jabby@0.1.0-rc.1"

Then to set it up,

local Planck = require("@packages/Planck")
local Scheduler = Planck.Scheduler

local PlanckJabby = require("@packages/PlanckJabby")
local jabbyPlugin = PlanckJabby.new()

local scheduler = scheduler.new()
:addPlugin(jabbyPlugin)

This only adds the Scheduler to Jabby, you'll have to add the World and other setup yourself.