Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 253 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 253 Bytes

sketchy

love.physics visualizer

example

local Sketchy = require 'lib.sketchy'

local sketchy = Sketchy()
    :setViewport(200, 100, 400, 400)
    :setScale(2)

function love.draw ()
    sketchy:draw(world)
end