Skip to content

ratplier/jello

Repository files navigation

jello

immediate mode visualization library inspired by iris and imgui

guide: guide.md

quickstart

local jello = require("jello").init()
local demo = require("jello/demo")

jello.connect(demo)
local jello = require("jello").init()

jello.connect(function()
    jello.window { title = "hello jello!" } .with(function(window)
        jello.text { text = "welcome" }
    end)
end)

showcase

demo.mp4

About

imui/imvis library for roblox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages